body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

input[type=submit] {
	margin: 0px;
	padding: 2px;	
	color: white;
	font-family: Arial;
	font-size: 12px;	
	background: #ED6D18;
	border: none;	
	cursor: pointer;
}

input[type=submit]:hover {	
	
}


input[type=text],
textarea,
select {
	margin: 0px;
	padding: 2px;	
	color: black;
	font-family: Arial;
	font-size: 12px;	
	background: #ffffff;
	border: 1px solid #ED6D18;	

}

form {
	margin: 0px;
	padding: 0px;	
}

h1 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

hr {
	height:1px;
	margin: 10px 0px;
	padding: 0px;
	border: none;
	background: #E1E1E1;
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;	
}

a:hover {
	color: #ED6D18;
}


ul,
ol {
	padding: 0px 0px 0px 15px;
}

ul {
	list-style-type: square;
}

img {
	border: none;
}

#Errors,
#Notices {
	margin:0px 0px 10px 0px;
	padding:2px 8px 2px 8px;
	color: white;
}

#Errors {
	background:#cc0000;
	border:1px solid #a60f38;
}

#Notices {
	background:green;
	border:1px solid silver;
}




#SiteContainer {
	width: 1000px;
	margin: 0px auto;
}

#SiteHeader {
	height: 90px;
	margin: 10px 0px 25px 0px;
}

#SiteLogo {
	float: left;
	width: 232px;
	height: 10px;
	margin: 28px 38px 0px 0px;
	background: url(images/evocarelogo.png) no-repeat;
	color: #ed6d18;
	padding: 0;
	padding-top:55px;
	text-align:right;	
}

#SiteHeaderLinks {
	float: right;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	color: silver;
	font-size: 11px;
}

#SiteHeaderLinks a,
#SiteFooter a {
	margin: 0px;
	padding: 0px;
	color: silver;
	font-weight: normal;
}


#SiteHeaderLinks a:hover,
#SiteFooter a:hover {
	color: #ED6D18;
	text-decoration: underline;
}

#SiteHeaderLinks .links {
	float: left;
	margin: 2px 5px 0px 0px;
	padding: 0px;
}

#SiteHeaderLinks form {
	float: left;
	margin: 0px;
	padding: 0px;	
}

#SiteHeaderLinks form input {
	float:left;
}

#SiteHeaderLinks form .input_image {
	width: 62px;
	height: 20px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border: none;
}

#SiteHeaderLinks .flags {
	float: left;
	margin: 2px 0px 0px 15px;
	padding: 3px 0px;
}

#SiteHeaderFields {
	float: left;
	width: 725px;
	margin: 56px 0px 0px 5px;
	padding: 0px;
	background: url(images/dot_gray.png) 0px 11px repeat-x;
}

#SiteHeaderFields a {
	float: left;
	display: block;
	margin: 0px 45px 0px 0px;
	padding: 0px 4px;
	background: white;
}

#SiteHeaderFields .Selected {
	color: #ED6D18;
}

#SiteTitle {
	height: 200px;
	background-position: 480px 0px;
}

#SiteTitleTeaser {
	position:relative;
	left: 0px;
	width: 400px;
	height: 160px;
	padding: 40px 40px 0px 40px;
	color: white;
	background: #ED6D18;
	text-align: justify;
}


#SiteTitleTeaser #Title {
	font-size: 18px;
	font-weight: bold;
}


#SiteTitleTeaser p {
	margin: 0px;
	padding: 0px;
}

#SiteTitleTeaser a {
	display: block;
	height: 20px;
	margin: 15px 0px 0px 0px;
	padding: 2px 0px 0px 25px;
	color: white;
	background: url(images/link_icon_white.png) no-repeat;
}

#SiteTitleTeaser a:hover {
	text-decoration: underline;
}

#SiteTitleNavigation {
	height: 35px;
	background: url(images/headline_bg.png) 0px 25px repeat-x;
}

#SiteTitleNavigation a {
	float: left;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	border-right: 1px solid #E1E1E1;
}

#SiteTitleNavigation a:hover,
.SiteTitleNavigationSelected {
	color: white;
	background: #ED6D18;
	border-right-color: #ED6D18;
}


#SiteTitleSubnavigation {
	margin: 0px 0px 25px 0px;
	font-size: 11px;
}

#SiteTitleSubnavigation a {
	margin: 0px 0px 0px 5px;	
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	background: url(images/arrow_orange.png) 0px 3px no-repeat;
}

#SiteContent {
	margin: 0px 0px;
	padding: 10px 10px;
	text-align: left;
	/*background: red;*/
	background: url(images/content_bg1.png) 200px 0px repeat-y;
}

#SiteContent p a {
	display: block;
	height: 20px;
	margin: 15px 0px 0px 0px;
	padding: 3px 0px 0px 25px;
	color: #ED6D18;
	background: url(images/link_icon_orange.gif) no-repeat;
}

#SiteContent p a:hover {
	text-decoration: underline;
}

#SiteContent .tabelle_ohne a,
#SiteContent .tabelle_normal a,
#SiteContent .tabelle_doppelt a {
	color: #ED6D18;	
}

#SiteContent .tabelle_ohne a:hover,
#SiteContent .tabelle_normal a:hover,
#SiteContent .tabelle_doppelt a:hover {
	text-decoration: underline;	
}

#SiteContent .tabelle_ohne,
#SiteContent .tabelle_ohne td,
#SiteContent .tabelle_ohne th {
	padding: 5px;
	border: none;
	border-collapse: collapse;	
}

#SiteContent .tabelle_ohne th {
	background: #f5f5f5;
}

#SiteContent .tabelle_normal,
#SiteContent .tabelle_normal td,
#SiteContent .tabelle_normal th {
	padding: 5px;
	border: 1px solid silver;
	border-collapse: collapse;
}

#SiteContent .tabelle_normal th {
	background: #f5f5f5;
}



#SiteContent .tabelle_doppelt {
	border: 1px solid silver;
}

#SiteContent .tabelle_doppelt td,
#SiteContent .tabelle_doppelt th {
	border: 1px solid #dddddd;
}

#SiteContent .tabelle_doppelt td,
#SiteContent .tabelle_doppelt th {
	padding: 5px;
}


#SiteContent .tabelle_doppelt th {
	background: #f5f5f5;
}



#SiteContentLeft,
#SiteContentMiddle,
#SiteContentRight {
	float: left;
}

#SiteContentLeft {
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#SiteContentLeft a {
	display: block;
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

#SiteContentLeft a:hover {
	text-decoration: underline;
}

#SiteContentMiddle {
	width: 545px;
	margin: 0px 18px;
	padding: 0px;
}

#SiteContentMiddle .column {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
}

#SiteContentRight {
	width: 198px;
	margin: 0px;
	padding: 0px;
}

#SiteFooter {
	height: 10px;
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px 4px;
	color: silver;
	font-size: 11px;
	border-top: 1px solid #E1E1E1;
	background: url(images/headline_bg.png) repeat-x white;
}


#LoginBox {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: url(images/blackscreen.png);
}

#LoginBox #Box {
	margin: 300px auto 0px auto;
	width: 265px;
	background: #F6F6F6;
	border: 2px solid #ED6D18;
}

#LoginBox #Header {
	position: relative;
	padding: 5px;
	background: #ED6D18;
	color: white;
	font-weight: bold;
}

#LoginBox #Header a {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 20px;
	height: 20px;
	margin: 0px;
	background: url(images/button_close_n.png);
}

#LoginBox #Header a:hover {
	text-decoration: none;
	background: url(images/button_close_h.png);
}


#LoginBox #Body {
	clear: right;
	padding: 10px;
}

#LoginBox #Body table {
	border-collapse: collapse;
}

#LoginBox input {
	width: 150px;
	padding: 2px;
	border: 1px solid #ED6D18;
}

#LoginBox label {
	margin: 0px 5px 0px 0px;
}

#LoginBox input[type=submit] {
	width: 80px;
	margin: 10px 0px 0px 0px;
}


#SiteTagCloud .size1 {
	font-size: 18px;	
}

#SiteTagCloud .size2 {
	font-size: 14px;	
}

#SiteTagCloud .size3 {
	font-size: 11px;	
}


.ArticleListItem {
	float: left;
	width: 250px;
	height: 230px;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}


/*******************************************
*	
*	Parser Tags
*
********************************************/


.TextOrange {
	font-weight: bold;
	color: #ED6D18;	
}

.ImageLeft {
	float: left;
	margin: 0px 10px 0px 0px;
}

.ImageMiddle {
	display: block;
	margin: 0px auto;
}

.ImageRight {
	float: right;
	margin: 0px 0px 0px 10px;
}

.TextExpanded {
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 5px 10px;
	border:1px solid #eeeeee;
	background: #f5f5f5;
}

.TextExpandLink {
}

/*******************************************
*	TagCloud
********************************************/

#TagCloud {
	width: 200px;
	font-weight: bold;
	line-height: 22px;
}

#TagCloud a {
	text-decoration: none;
}

#TagCloud a:hover {
	text-decoration: underline;
}

#TagCloud .SmallBlack,
#TagCloud .SmallDarkgray,
#TagCloud .SmallGray {
	font-size: 12px;
}

#TagCloud .MiddleBlack,
#TagCloud .MiddleDarkgray,
#TagCloud .MiddleGray {
	font-size: 14px;
}

#TagCloud .BigBlack,
#TagCloud .BigDarkgray,
#TagCloud .BigGray {
	font-size: 16px;
}

#TagCloud .SmallBlack,
#TagCloud .MiddleBlack,
#TagCloud .BigBlack {
	color: #000000;
}

#TagCloud .SmallDarkgray,
#TagCloud .MiddleDarkgray,
#TagCloud .BigDarkgray {
	color: #5F5F5F;
}

#TagCloud .SmallGray,
#TagCloud .MiddleGray,
#TagCloud .BigGray {
	color: #808080;
}


/*******************************************
*	Questionary
********************************************/

#Questionary .Buttons {
	margin: 30px 0px 0px 0px;
	text-align: center;
}

#Questionary .Buttons input {
	width: 100px;
	height: 25px;
}

.QuestionaryQuestion {
	padding:10px;
	margin:10px 0px;
}

.QuestionaryQuestion .Question {
	color:#515054;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
}

.QuestionaryQuestion .AnswerBlock {
	margin:0px 0px 0px 20px;	
}

.QuestionaryQuestion .AnswerBlock td {
	vertical-align: top;	
}

.QuestionaryQuestion .Answer {
	margin:0px 0px 2px 0px;	
}

.QuestionaryQuestion label {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	display: block;	
}

.QuestionaryQuestion td {
	padding: 0px;	
}

#QuestionaryVerify {
	width: 270px;
	margin: 60px auto;
	text-align:center;
}

#QuestionaryVerify input[type=text] {
	width: 160px;
}

#QuestionaryVerify input[type=submit] {
	width: 95px;
}

#QuestionaryVerifyText {
	margin: 0px 0px 10px 0px;
}

#QuestionaryError {
	width: 254px;
	padding:5px;
	margin: 0px auto;
	border:1px solid silver;
	color: white;
	background:#CC0000;
}

#QuestionarySuccessTitle {
	margin:100px 0px 10px 0px;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
}

#QuestionarySuccessText {
	margin:0px 0px 100px 0px;
	text-align:center;
}

#QuestionarySure {
	padding:10px;
	margin: 0px auto 30px auto;
	border:1px solid silver;
	color: #515054;
	background:#F4F4F4;
	text-align:center;
}

#QuestionarySure input {
	width: 80px;
}



/*******************************************
*	Mailform
********************************************/

#MailformTable {
	
}

#MailformTable td {
	vertical-align: top;
	padding: 5px;
}

#MailformTable input {
	width: 310px;
}

#MailformTable .Required {
	font-weight:bold;
	color: red;	
}

#MailformTable textarea {
	height: 100px; 
	width: 310px;
}

#MailformError {
	padding: 10px;
	margin: 0px 0px 20px 0px;
	color: red;
	font-weight: bold;
	background: #FFE5E5;
	border: 1px solid red;
}

#MailformSended {
	margin: 100px;
	text-align: center;
}


/*******************************************
*	Gallery
********************************************/

.Gallery {
	height: 100%;
	margin: 20px 0px;
}

.GalleryImage {
	float: left;
	width: 172px;
	height: 130px;
	padding: 3px;
	text-align: center;
}

/*******************************************
*	Newsletter
********************************************/

#Newsletter {
	margin: 20px auto;
	text-align: center;
}

#Newsletter div {
	margin: 0px 0px 5px 0px;
}

#Newsletter input[type=text] {
	width: 236px;
}

#Newsletter input[type=submit] {
	width: 120px;
}

#Newsletter #Error {
	width: 230px;
	padding:5px;
	margin: 0px auto;
	border:1px solid silver;
	color: white;
	background:#CC0000;
}

#Newsletter #Success {
	width: 230px;
	padding:5px;
	margin: 0px auto;
	border:1px solid silver;
	color: white;
	background:#009900;
}

/*******************************************
*	Search
********************************************/

#SearchContent {

}

#SearchContent a {
	background: none;
	padding: 40px 0px 0px 0px;
}

#SearchResultInfoBox {
	padding: 20px;
	background:#F4F4F4;	
	border:1px solid silver;
}

#SearchResultInfoBox #Info {
	font-size: 14px;	
}

#SearchResultInfoBox #Time {
	font-size: 11px;	
	color: silver;
}

.SearchResult {
	margin: 0px 0px 10px 0px;
}

#SearchResult form {
	float: left;
	margin: 50px 170px;
	padding: 0px;	
	text-align: center;
}

#SearchResult form input {
	float:left;
}

#SearchResult form .input_image {
	width: 62px;
	height: 20px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border: none;
}

/*******************************************
*	Press
********************************************/

#Press {
	margin: 20px auto;
	text-align: center;
}

#Press div {
	margin: 0px 0px 5px 0px;
}

#Press input[type=text] {
	width: 234px;
}

#Press input[type=submit] {
	width: 240px;
}

#Press #Error {
	width: 230px;
	padding:5px;
	margin: 0px auto;
	border:1px solid silver;
	color: white;
	background:#CC0000;
}

#Press #Success {
	width: 230px;
	padding:5px;
	margin: 0px auto;
	border:1px solid silver;
	color: white;
	background:#009900;
}

