/*
Theme Name: IPRS 2011
Theme URI: http://www.iprs.de/
Description: Unser eigenes Theme
Author: Dennis J&ouml;rgens, Frank Ulatowski
*/

/* Struktur*/
body {
	background-image: url(images/hintergrund2.png);
	background-position: top center;
	background-color: White;
	background-repeat: repeat-y;
	font-size: 80%;
}

#container {
	background-color: white;
	margin-top: 10px;
}

#kopf {
	background-image: url(images/banner.png);
	height: 210px;
}
#links {
	background-color: white;
	background-repeat: repeat-y;
	font-size: 13px;
	font-weight: bold;
	color: black;
}
ul.navilinks{
	padding-left: 40px;
}

li.page_item {
list-style-type: none;
}

#rahmen{

	border:1px solid #aaaaaa;
	position: relative;
	width: 110px;
	height: 150px;
	margin-left: auto;
   margin-right: auto;
	margin-top: 5px;
	margin-bottom: 20px;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;

}

#fuss {
	background-image: url(images/fuss.png);
	height: 100px;
	text-align: center;
}

/*Bilder*/

img.alignleft.size-medium{
	float:left;
	margin: 10px 10px 10px 0;
}
img.aligncenter{
	display: block;
	margin-left: auto;
   margin-right: auto;
}
img.alignright.size-medium{
	float:right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Überschriften*/
h1 {
 font-size: 25px;
 font-weight: bold;
 color: black;
}

h2 {
 font-size: 20px;
 font-weight: bold;
 color: black;
}

h3 {
 font-size: 15px;
 font-weight: bold;
 color: black;
}
h4 {
 font-size: 12px;
 font-weight: bold;
 color: black;
}

/* Kontaktformular */
tbody tr:nth-child(even) td, 
tbody tr.even td  { 
	background: white; 
}

/* Links */			
a:link {color: black;}
a:visited {color: black;}
a:active {color: black;}
a:hover {color: #777777;}
a {text-decoration: none;}


/*
img.alignright {
	float:right;
}

li.current_page_item 
font-weight: bold;


li.page_item {
list-style-type: none;
}

li.pagenav {
list-style-type: none; 
}
*/