/* CSS :: TEXTSTYLE */ 

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 62.5%;
}

body {
	text-align: left;
	font: 12px/20px Arial, Helvetica, Verdana, sans-serif; 
	color: #4C4C4C;
}

img {
	border: 0;
}
	
	
/* LINKS */

a,
a:link,
ul a,
ul a:link {
	color: #492F92;
	background-color: transparent;
	text-decoration: underline;
}

a:visited,
ul a:visited {
	color: #492F92;
	background-color: transparent;
	text-decoration: underline;
}

a:hover,
ul a:hover {
	color: #EB2A2F;
	text-decoration: none;
}

a:active,
ul a:active {
	color: #492F92;
	background-color: transparent;
	text-decoration: underline;
}
	
	
/* HEADINGS */

h1 {
	font-size: 1.6em;
	line-height: 2.0em;
	margin: 0 0 20px 0;
	padding: 0;
	color: #492f91;
}
	
	h1.titel {
		font-size: 1.6em;
		line-height: 2.0em;
		margin: 0px;
		padding: 0;
		color: #492f91;
	}

#subtitel {
	border-width: 1px 0px;
	border-style: dotted;
	border-color:#333333;
	display:inline;
	float:left;
	height:28px;
	margin:0 0 15px 0;
	padding:0;
	position:relative;
	width:100%;
}
	
	h1.subtitel {
		color:#eb2a2f;
		font-size:1.2em;
		margin:0px;
		padding:0px;
		width:640px;
		
	}

h2 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 18px 0;
	padding: 0;
	color: #666666;
}

h3 {
	font-size: 1.2em;
	line-height: 1.7px;
	margin: 0 0 17px 0;
	padding: 0;
	color: #666666;
}

h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 16px 0;
	padding: 0;
	color: #492f91;
	border-bottom: 1px solid #492f91;
}

h5 {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	padding: 0;
	color: black;
}
	
h6 {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 14px 0;
	padding: 0;
	color: black;
}


/* TEXT */

p {
	font-size: 1.1em;
	line-height: 1.8em;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

blockquote {
	border-left:10px solid #ddd;
	margin-left:10px;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
	
/* LISTS */

ul {
	clear:both;
	line-height: 1.6em;
	margin: 16px 0 16px 0;
	padding: 0;
}

ul li {
	margin: 0 0 0 30px;
	padding: 0;
}

ol {
	clear:both;
	line-height: 1.6em;
	margin: 16px 0 16px 0;
	padding: 0;
}

ol li {
	margin: 0 0 0 30px;
	padding: 0;
}

hr
{
height:1px;
color:#4C4C4C;
}

	
	
/* RULERS */	

div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}


/* ================================ */

/* GENERAL */	

a.headerlink,
a.headerlink:link {
	color: #666;
	background-color: transparent;
	text-decoration: underline;
}

a.headerlink:visited {
	color: #666;
	background-color: transparent;
	text-decoration: underline;
}

a.headerlink:hover {
	color: #000;
	text-decoration: none;
}

a.headerlink:active {
	color: #666;
	background-color: transparent;
	text-decoration: underline;
}


.footercaption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #C3C1B4;
}

	.footercaption a,
	.footercaption a:link,
	.footercaption a:visited {
		color: #C3C1B4;
		text-decoration: underline;
	}
	.footercaption a:hover {
		color: #C3C1B4;
		text-decoration: none;
	}
	.footercaption a:active {
		color: #C3C1B4;
		text-decoration: underline;
	}

.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 1.8em;
	color: #666;
}

	.caption a,
	.caption a:link,
	.caption a:visited {
		color: #666;
		text-decoration: underline;
	}
	.caption a:hover {
		color: #666;
		text-decoration: none;
	}
	.caption a:active {
		color: #666;
		text-decoration: underline;
	}


.link {
	color: #104998;
	font-weight:bold;
}

	.link a,
	.link a:link,
	.link a:visited {
		color: #104998;
		text-decoration: underline;
	}
	.link a:hover {
		color: #104998;
		text-decoration: none;
	}
	.link a:active {
		color: #104998;
		text-decoration: underline;
	}
	
.alert {
	color: #FF0000;
	font-weight: bold;
}

	.alert a,
	.alert a:link,
	.alert a:visited {
		color: #FF0000;
		font-weight: bold;
		text-decoration: underline;
	}
	.alert a:hover {
		color: #FF0000;
		font-weight: bold;
		text-decoration: none;
	}
	.alert a:active {
		color: #FF0000;
		font-weight: bold;
		text-decoration: underline;
	}
	
	
	
p.alert {
	border: 2px solid #FF0000;
	padding:10px!important;
	width: 95%;
}

input.alert,
textarea.alert {
	border: 1px solid #FF0000;
	padding: 2px;
}

table.alert {
	border: 1px solid #FF0000;
}

	table.alert label {
		color: #4C4C4C;
	}

	
.fontVerdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fontsizeSmaller {
	font-size: 1.0em;
}
.fontsizeBigger {
	font-size: 1.4em;
}
.fontNotBold {
	font-weight:normal;
}
	
/* end GENERAL */