/*
Theme Name: UG-Chemie
Theme URI: http://www.ug-chemie.de
Description: Theme for UG Chemie Website
Version: 1.0
Author: Andrea Jeitner
Author URI: http://www.itsystempartner.de/

	UG Chemie v1.0
	http://www.itsystempartner.de/

*/



body {
	
	background-color: #D7E7F6;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentWrapper {
	clear: both;
}
#page {
	background-image: url(images/header_repeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: white;
	width: 900px;
	margin: 0px auto 0px auto;
	border: 1px solid #468daf;
}

#header {
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*-------------------------Sprachumschalter-------------------------*/

#navlanguage {
	height:132px;
	background-image: url(images/header_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#navlanguage ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

#navlanguage li {
	float: left;
	list-style-type: none;
	padding-right: 8px;
}

#navlanguage a {
}

/*-------------------------Headnavigation-------------------------*/

#navbar {
	height:40px;
	background-image: url(images/navbar_bg_repeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 15px;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
}

#navbar li {
	float: right;
	list-style-type: none;
	background-image: url(images/navbar_right.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

#navbar li.current_page_item , #navbar li.current_page_parent {
	background-image: url(images/navbar_right_current.gif);
	
}

#navbar a:link, #navbar a:visited {
	background-image: url(images/navbar_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height:32px;
	width: 120px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #2c4b61;
	
}

#navbar a:hover, #navbar a:active {
	font-weight: bold;
}

#navbar .current_page_item a:link, #navbar .current_page_item a:visited, #navbar .current_page_item a:hover, #navbar .current_page_item a:active, #navbar .current_page_parent a:link, #navbar .current_page_parent a:visited, #navbar .current_page_parent a:hover, #navbar .current_page_parent a:active {
	background-image: url(images/navbar_left_current.gif);
	font-weight: bold;
	height: 24px;
	padding: 16px 0px 0px 0px;
	
}

/*-------------------------Sidebar-Navigation-------------------------*/

#sidebar{
	width: 230px;
	float: left;
	background: url(images/sidenav_content.gif) repeat-y;
}

#sidebar ul{
	background-image: url(images/sidenav_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px 0px 30px;
	list-style: none;
}

#sidebar ul li{
	margin: 0px;
	padding: 0px;
}

#sidebar li h2{
	background-image: url(images/sidenav_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	padding: 25px 0px 5px 15px;
	margin: 0px;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #2c4b61;
	padding: 3px 0px 0px 15px;
	margin: 0px;
	display: block;
	width: 194px;
	height: 20px;
}

#sidebar a:hover, #sidebar a:active{
	font-weight: bold;
}

#sidebar .current_page_item a{
	font-weight: bold;
}

/*-------------------------Styling Content-Bereich-------------------------*/

#content {
	padding: 0px;
	width: 600px;
	margin: 0px;
	float: left;
}

#content p {
	margin: 0px;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 11px;
}

#content h1 {
	font-size: 15px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #2c4b61;
}

#content table.specifications {
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 11px 11px;
	width: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	
}

#content table.specifications td {
	margin: 0px;
	padding: 0px;
	height: 18px;
	vertical-align: top;
}

#content table.specifications td.right {
	width: 90px;
}

#content ul {
	font-size: 11px;
	margin: 0px;
	padding-bottom: 11px;
}
#content ul li {
	height: 18px;
}

#content ul.overview {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #468daf;
}

#content ul.overview li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #468daf;
	padding: 10px 0px 10px 10px;
	margin: 0px;
	height: auto;
}

#content ul.overview li a {
	text-decoration: none;
	color: #468daf;
	font-size: 12px;
	display: block;
	margin: 0px;
	padding: 0px;
}

/*-------------------------Styling Kontaktformular-------------------------*/

form.wpcf7-form table {
	border: 1px solid #468daf;
	background-color: #D7E7F6;
	padding: 10px 10px 10px 0px;
	font-size: 11px;
}

form.wpcf7-form table td {
	padding: 0px 0px 10px 10px;
	vertical-align: top;
}

form.wpcf7-form input, form.wpcf7-form textarea {
	border: 1px solid #468daf;
	width: 300px;
}

form.wpcf7-form .plz input {
	width: 50px;
	margin-right: 10px;
}

form.wpcf7-form .ort input {
	width: 238px;
}

form.wpcf7-form .submit{
	padding-left: 10px;
}

form.wpcf7-form .submit input {
	margin: 0px;
	border-width: 0px;
	border-style: none;
	height: 25px;
	width: 106px;
	background-color: #468daf;
	color: #2c4b61;
	font-weight: bold;
	background-image: url(images/button_send.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*-------------------------Styling News-Seiten-------------------------*/

#content #newslist {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #468daf;
}

#content #newslist .news {
	padding: 10px 10px 0px 10px;
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #468daf;	
}
#content #newslist .news h1 {
	padding-top: 0px;	
}

/*-------------------------Styling Footer-------------------------*/

#footer p {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #666;
	padding: 32px 0px 0px 0px;
	text-decoration: none;
	
}

#footer p a {
	color: #666;
	text-decoration: none;
}

/*-------------------------Allgemeine Stylings-------------------------*/

a img {
	border:none;
}

a {
	color: #468daf;
	text-decoration: none;
}

.right {
	text-align:right;
}

#content .postmetadata {
	padding: 0px;
}

.odd {
	background-color: #C6D6E1;	
}

.even {
	background-color: #D7E7F6;
}

#content.narrowcolumn {
	padding-left: 230px;
}
