/*
	www.uebergebuehr.de
	css-file

	@title			screen.css
	@author			Emerson Araja
	@lastchange		05-Jun-2009
	@description	CSS-Datei von uebergebuehr.de und seinen Länderseiten
	@version		5.01
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 0.75em/1em arial,helvetica,sans-serif;
}

h1, h2, h3, h4 {
	font-family:"Trebuchet MS", verdana,geneva,arial,helvetica,sans-serif; 
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #7F6B47;
	line-height: 1em;
}

h1, h2 {
	font-size: 1.75em;
	padding-left: 16px;
	background: url(/resources/gfx/icon-devil.gif) 0 3px no-repeat;
}

h3, h4 {
	font-weight: bold;
	margin-bottom: 0em;
}

p, span, label, ol, ul, a {
	color: #646d72;
	line-height: 1.5em;
	margin-bottom: 1em;
}
a {
	color: #1A7B8F;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #ff6e00;
}
a:visited {
	text-decoration: none;
}

h1, h2 a {
	color: #7F6B47;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 0.5em;
}

ul 						{ margin-left: 3.0em; }
hr 						{ display: none; }
div						{ /*outline: 1px solid gray;*/ }

.hidden 				{ display: none; }
.clear 					{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }
.bold 					{ font-weight: bold; }


/*
	aschaeffer
*/

table {
	border: 1px solid #1A7B8F;
}

tr {

}

td {
	/* border: 1px solid #7F6B47; */
}

#standard_loginbox {
	width:180px;
	float:left;
}
	
#openid_loginbox {
	width:260px;
	float:right;
}
	
#openid_widget {
	border: 1px solid #333333;
	background-color: #ffccaa;
	width: 240px;
}

#openid_pre, #openid_post {
	height: 14px;
}

#openid_identifier {
	width: 200px;
	border: 0px;
	color: black;
	background-color: #ffddbb;
	font-size: 8pt;
	height: 14px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}

#openid_providerlogo {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	background-color: white;
}

#openid_providerlogo_img {
	border: 0px;
	margin: 2px;
	width: 16px;
	height: 16px;
}

#openid_provider_google,
#openid_provider_flickr,
#openid_provider_myspace,
#openid_provider_yahoo,
#openid_provider_blogger,
#openid_provider_wordpress,
#openid_provider_myopenid,
#openid_provider_aol,
#openid_provider_livejournal {
	border: 4px solid transparent;
	padding: 8px;
}

.openid_providerlogo:hover {
	cursor: pointer;
}


.pager {
	width: 350px;
	height: 41px;
	margin-top: 5px;
	padding-top: 2px;
}

img.pagerControl {
	float: left;
}

div.pagerScroll {
	position: relative;
	float: left;
	height: 39px;
	width: 250px;
	overflow: hidden;
}

div.pagerArea {
	height: 39px;
	white-space: nowrap;
}

a.pagerItem {
	height: 35px;
    padding:2px 4px;
    border: 1px solid #1A7B8F;
    margin: 2px 2px;
}

a.pagerItem:hover {
	background-color: #1A7B8F;
	color: white;
}

a.pagerCurrent {
	background-color: #1A7B8F;
	color: white;
}

a.pagerCurrent:hover {
	background-color: white;
	color: #1A7B8F;
}

#listPagination div.pager {
	width: 400px;
}

#listPagination div.pagerScroll {
	width: 300px;
}

#listPagination2 {
	padding: 5px 10px 0px 10px;
	margin-bottom: 10px;
	border-bottom: 4px solid #eae0d2;
	border-left: 1px solid #eae0d2;
	border-right: 1px solid #eae0d2;
}

#listPagination2 div.pager {
	width: 250px;
}

#listPagination2 div.pagerScroll {
	width: 150px;
}

