@charset "utf-8";

/* ===============================================
Stylesheet für die Website "Stefan Svec"
Stand: Februar 2016
Datei: ssv-150918-zwei.css
Datum: 05. November 2015
Autor: Stefan Svec

Aufbau:	1. Kalibrierung und Restauration
		2. Allgemeine Styles
		3. Styles für Layoutbereiche
		4. Sonstige Styles
================================================== */

/* ===============================================
	1. Kalibrierung und Restauration

================================================================= */

ul, ol, dl { 
	padding: 0;
	margin: 0;
}



/* ===============================================
	2. Allgemeine Styles
================================================================= */

			/* ~~   BODY - BEGINN   ~~ */
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #4E5869;
	margin: 0;
	padding: 0;
	color: #000;
} 			/* ~~   BODY - ENDE   ~~ */

			/* ~~   CONTAINER - BEGINN   ~~ */
#container {
	width: 98%;
	max-width: 1260px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto; 
}			/* ~~   CONTAINER - ENDE   ~~ */

			/* ~~   HEADER - BEGINN   ~~ */
#header {
	background-color: #6F7D94;
	color:#FFF;
	width: 98%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 26px; /* ~~ warum gerade 26?? ~~ */
}			/* ~~   HEADER - ENDE   ~~ */

			/* ~~   SIDEBAR1 - BEGINN   ~~ */
#sidebar1 {
	float: left;
	width: 20%;
	background-color: #93A5C4;
	padding-bottom: 10px;
}			/* ~~   SIDEBAR1 - ENDE   ~~ */

			/* ~~   NAVIGATION - BEGINN   ~~ */
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background-color: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #6F7D94;
	color: #FFF;
}			/* ~~   NAVIGATION - ENDE   ~~ */


#content {
	padding: 5px 0;
	width: 75%;
	float: left;
	background-color: #FFF;
}

#content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

			/* ~~   FOOTER - BEGINN   ~~ */
#footer p span a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
	position: relative;
	margin-left: 10px;
	background-color: #999;
} 

#footer p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

#footer {
	padding: 10px 0;
	background-color: #999999;
	position: relative;
	clear: both; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	color: #FFF;
}  			/* ~~   FOOTER - ENDE   ~~ */

/* ~~ <p style="font-weight: bold;  font-style: italic; font-size: 0.8em; font-family: Georgia, 'Times New Roman', Times, serif;"> ~~ */

/* ~~   ÜBERSCHRIFTEN - BEGINN   ~~ */
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
} 		/* ~~   ÜBERSCHIRFTEN - ENDE   ~~ */


/* ~~   VERKNÜPFUNGEN - BEGINN   ~~ */
a:link {
	color:#414958;
	text-decoration: underline; 
}

a:visited {
	color: #4E5869;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #666;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
}
			/* ~~   VERKNÜPFUNGEN - ENDE   ~~ */


/* ~~   BILDER - BEGINN   ~~ */
a img { 
	border: none;
} 		/* ~~   BILDER - ENDE   ~~ */



/* ===============================================
	3. Styles für Layoutbereiche

================================================== */

#fltrt {  
	float: right;
	margin-left: 8px;
}

#fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ===============================================
	4. Sonstige Styles

================================================== */

.formspacer {
	display: block;
	width: 320px;
	float: left;
}
.formdesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	width: 200px;
	border: 1px solid #930;
}
.formdesign-nachricht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	width: 400px;
	border: 1px solid #930;
}
#absenden {
	color: #FFF;
	background-color: #930;
	height: 30px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
}


#formdesign-message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	width: 500px;
	border: 1px solid #930;
}


/* ===============================================
	Ende des Stylesheets "ssv-150918-zwei.css"

================================================== */


