/*
Theme Name: Dropout
Theme URL: http://www.2bex.de

Description: Minimal Theme for Wordpress as an CMS
Version: 1.0
Author: Gerald Beck
Author URL: http://www.2bex.de
*/

/* ================
Farben
Blau: 		#007AC9;
Orange: 	#e95d0f;
Schriftgrau:#494a52;
Hellgrau: 	#f1f1f1;
Weiss:		#ffffff;
================ */

/* ================
HTML Tags
================= */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	color: #494a52;
	text-align: left;
	background-color: #ffffff;
	font-size: small;
	}
	
h2 {
	font-size: 110%;
	margin-bottom: 2em;
	}

h3 {
	font-size: 100%;
	margin: 30px 0 10px 0;
}


/* ==============
Div Container
=============== */	

#commentform {
	margin: 20px;
	font-size: small;
}

#commentform table{
	text-align: left;
}

#commentform table td.info{
	font-size: smaller;
}

#commentform input, #commentform textarea{
	background-color: #f1f1f1;
}

#commentform textarea{
	width: 100%;
}

#seite {	
    width: 900px;
	background-color: #ffffff;
	margin: auto;}
	
#kopf {
	background-image: url(images/MPS_WEB_Head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 160px;
	margin-top: 20px;
}

#inhalt {
	float: right;
	width: 629px;
	border-left: 1px solid #e95d0f;
	background-color: #ffffff;
	margin-bottom: 5px;

}

#inhalt a:link, #inhalt a:visited {
	text-decoration: underline;
	color: #007AC9;
}
#inhalt a:hover, #inhalt a:focus {
	text-decoration: underline;
	color: #e95d0f;
}

#inhalt hr{
	margin-top: 30px;
}

#sidebar {
	width: 255px;
	float: left;
	text-align: left;
    font-size: 108%;
    margin-right: 5px;
    margin-bottom: 5px;
}

#sidebar ul{
	list-style: none; 
	margin:0;
	padding:0;
}

#sidebar ul li{
	border-top:1px dotted #e95d0f;
	
	}

#sidebar h2 {
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	margin: 20px 0 0 0;

}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	color: #494a52;
}
#sidebar a:hover, #sidebar a:focus {
	text-decoration: none;
	color: #e95d0f;
}

#fuss {
	clear: both;
	font-size: 80%;
	text-align: center;
	background-image: url(images/bg_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-top: 10px;
}

#fuss a:link, #fuss a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #494a52;
}
#fuss a:hover, #fuss a:focus {
	text-decoration: none;
	color: #e95d0f;
}

/* =============
Klassen
==============*/

div.beitrag {
	margin: 0 0 0 15px;
	background-color: #f1f1f1;
	padding: 12px 22px 22px 22px; 
}

.beitrag ul li{
	padding: 0;
	margin: 5px 0 5px 0;
}
.beitrag ul {
	padding: 0;
	margin:0 0 0 15px;

}
#sidebar .screen-reader-text {

	font-size: 80%
}

li.kommentar {
	margin-bottom: 40px;
	font-size: 80%;
}

li.kommentar p{
	text-align: left;
}

img.teamfoto {
	float: right;
        padding-left: 5px;
}

 a img{
	border: 0;
}

table.vita td {
	vertical-align: top;
}

td.jahr {
	width: 20%;
}


/* ===========

NAVI

================= */

.page_item {

}
#sidebar li.current_page_item a {color: #e95d0f;} 

li.page_folder ul li{ 
	padding-left: 15px;
	font-size: 90%
}

div.beitrag div.text {text-align: left;}
div.beitrag p.meta {font-size: smaller;}


.qtrans_language_chooser li{
	display: inline;
	margin: 20px 5px 20px 5px;
	font-size: 80%; 
}



