/**
 * Style sheet content_elements
 */
/* tabellen layout */
.tab .odd
{
	background-color:#d0d8e8;
}

/* tabellen layout */
.tab .even
{
	background-color:#e9edf4;
}

/* bilder im footer */
.footer_bilder
{
	margin-left:200px;
}

/* bild praxis in google map */
#map_img
{
	float:left;
	padding-top:5px;
}

.mod_article
{
	margin:0px;
	padding:0px;
}

.pdf_link
{
	float:right;
	font-size:0.8em;
}

.ce_text
{
	margin:0px 0px 10px 0px;
	padding:0px;
}

.mod_login
{
	margin-top:10px;
	margin-bottom:10px;
	padding-left:8px;
}

.mod_login .label
{
	margin:0px;
}

.mod_login input
{
	border:1px solid #b3dcf2;
}

.mod_login input:hover
{
	border:1px solid #f04e20;
}

.mod_login input
{
	width:150px;
}

.mod_login .submit
{
	width:154px;
	margin-top:2px;
	background-color:#ffffff;
}

.mod_login .submit:hover
{
	background-color:#f04e20;
}
