/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

		LANDESPOLIZEI CSS
		SITEWALK EST
		ANDREAS BILZ
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/

/*div {
	border: 1px solid #000;
}*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial;
	/* font-size: 0.8em; */
	font-size: 12px;
	background-color: #eee;
/*	background-image: url(media/960grid.png);
	background-repeat: no-repeat;*/
}
TD {
font-size:12px;

}

.print_logo {
	display: none;
	float: left;
	font-size: 40px;
	letter-spacing: 6px;
	color: #333;
}
.container {
	margin: 0 auto;
	width: 960px;
	margin-top: 20px;
	text-align: left;
	
}
.containerAdmin {
	margin: 0 auto;
	width: 1020px;
	margin-top: 20px;
	text-align: left;
}


.submenu_div {
	float: right;
	width: 100%;
	margin-bottom: 5px;
}

.submenu_container {
	float: right;
	width: 500px;
	padding-right: 5px;
}

.submenu {
	float: right;
	color: #333;
	border-right: 1px solid #eee;
	padding-right: 8px;
}

.submenu_container .last {
	border: 0px;
}

.submenu a:link, .submenu a:visited {

	margin: 0px 0px;
	color: #2b62b9;
	text-decoration: none;
	background-image: url(media/bkg_links.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.submenu a:hover {
}
.submenu a.redlink:link, .submenu a.redlink:visited {

	margin: 0px 0px;
	color: #d50512;
	font-weight:bold;
	text-decoration: none;
	background-image: url(media/bkg_links_red.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.printer {
	float: right;
	margin-top: 4px;
	margin-right: 10px;
}

.main_container {
	width: 960px;
	min-height: 460px;
	float: left;
	font-size: 12px;
	/* font-size: 1em; */
	background-color: #fff;
	padding:5px;
}


*html .main_container {
	height: 460px;
}

.main_admin_container {
	width: 1020px;
	min-height: 460px;
	float: left;
	font-size: 12px;
	/* font-size: 1em; */
	background-color: #fff;
}

*html .main_admin_container {
	height: 460px;
}

.left_div {
	width: 250px;
	float: left;
}

.left_home_div {
	width: 225px;
	float: left;
}

.logo_div {
	width: 225px;
	height: 180px;
	background-color: #ddd;
}

.menu_div {
	width: 210px;
	min-height: 382px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	background-color: #1f1f1f;
	background-image: url(media/home_navigation.jpg);
	background-repeat: no-repeat;
}

* html .menu_div {
	height: 392px;
}

.right_div {
	float: left;
	width: 692px;
}

.right_admin_div {
	float: left;
	width: 725px;
}

.breadcrumb_div {
	width: 100%;
	height: 25px;
}

.breadcrumb_container {
	padding-left: 5px;
	line-height: 25px;
}

.breadcrumb_container a:link, .breadcrumb_container a:visited {
	background-image: url(media/bkg_links.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-decoration: none;
	color: #3369c2;
}

.content_div {
	margin-top: 25px;
}

.content_home_div {
	width: 725px;
	height: 572px;
	background-image: url(media/home_rechts.jpg);
	background-repeat: no-repeat;
}

.content {
	padding-left: 5px;
}
.contentLeft {
	width: 330px;
	padding-left: 5px;
	float:left;
}
.contentRight {
	width: 330px;
	margin-left:20px;
	float:left;
}

.content_home {
	width: 100%;
}


/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

			CONTENT STYLING
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/

H1, H2, H3, H4, H5, H6 {
	margin: 0px;
	padding: 0px;
}

.content_home .conTitle {
	display: none;
}

.conTitle H1 {
	color: #004592;
	margin-bottom: 20px;
}

H2 {
	color: #2b62b9;
	font-size: 18px;
	/* font-size: 1.2em; */
	margin-top: 10px;
	margin-bottom: 10px;
}

H3 {
	color: #577db9;
	font-size: 12px;
	/* font-size: 1em; */
	margin-top: 10px;
	margin-bottom: 5px;
}

.conContentCell, .conContentCell .Normal {
	font-size: 12px;
	/* font-size: 1em; */
	color: #323232;
}
	

.conContentCell a:link, .conContentCell a:visited, a.loginLink:link, a.loginLink:visited {
	background-image: url(media/bkg_links.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-decoration: none;
	color: #3369c2;
}

.conContentCell ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

.conContentCell ul li {
	margin: 0px;
	padding: 0px;
}

.content_div .conContentCell SPAN.Normal IMG {
	display: block;
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
}
.content_div .conContentCell SPAN.Normal TD IMG {
	align: center;
	margin-bottom: 10px;
}
.content_div .conContentCell SPAN.Normal IMG.zentriert {
	display: block;
	align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

INPUT, TEXTAREA, SELECT {
    border: 1px solid #3369c2;
    margin-right: 10px;
}
.conContentCell {
	margin-bottom:25px;
}

/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

			NEWS STYLING
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/

.newslisting {
	margin-bottom: 35px;
}

.pagetext IMG {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width:200px;
}
.summary IMG {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.newsview .back {
	padding-top: 10px;
}


/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

			DOCUMENTS STYLING
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/
.downloadTable {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.documents_download .SubHead {
	color:#ccc;
}
.downloadTable .SubHead TD {
	width: 1px;
}
.downloadTable .SubHead .TitleHeader {
	width: 320px;
	font-size:12px;
	color:#999999;
	font-weight:normal;
}
.downloadTable .SubHead .SizeHeader {
	width: 120px;
	font-size:12px;
	color:#999999;
	font-weight:normal;
}


/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

			GALLERY STYLING
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/

.gallery_albums_table {
	margin-top: 20px;
}

.gallery_picture_container{
	height: 100%;
	margin-right: 10px;
	margin-bottom: 20px;
}

.gallery_picture_name, .gallery_picture_size, .gallery_picture_download {
	display: none;
}

.gallery_albums_paging SPAN, .gallery_albums_paging A {
	display: block;
	float: left;
	margin-right: 10px;
}
.gallery_album {
	height: 100%;
	margin-right: 10px;
	margin-bottom: 20px;
}

/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

			GALLERY POP UP STYLING
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/

.Gallery_Body_PopUp {
	font-size: 12px;
	/* font-size: 0.8em; */
	background-color: #fff;
	margin-left: 10px;
	margin-top: 10px;
}

.gallery_popup_navigation, .gallery_popup_container, .gallery_popup_info {
	font-size: 12px;
	/* font-size: 1em; */
}

.gallery_popup_navigation TD {
	width: 100px;
	padding-bottom: 10px;
}

.gallery_popup_navigation td a:link, .gallery_popup_navigation td a:visited {
	background-image: url(media/bkg_links.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-decoration: none;
	color: #3369c2;
}

.gallery_popup_info {
	padding-top: 10px;
}

/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

			USER DEFINED TABLE STYLING
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/

.polizei_standorte {
	clear: left;
	margin-bottom:25px;
}

.standort_left {
	width: 300px;
	float: left;
}

.standort_photo {
	float: left;
	width: 70px;
	margin-top:-30px;
}

.standort_photo IMG {
	margin-right: 10px;
}

.standort_right {
	float: left;
}
.standorte_fw_line {
	width:100%;
	display: table;
}
.standorte_fw_line DIV {
	float:left;
	padding:2px 0px 2px 0px;
	display:table-cell;
}
.standorte_fw_line .c1 {
	width: 100px;
	display:table-cell;
}
.standorte_fw_line .c2 {
	width: 220px;
	display:table-cell;
}
.standorte_fw_line .c3 {
	width: 200px;
	display:table-cell;
}

/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

			DNN Custom Styling
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/

.FileManager {
margin-top:89px;
margin-bottom: 10px;

}
.Subhead {
font-size:12px;
font-weight:bold;
}


/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

			Sitemap Styling
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/

#Sitemap a {
	background-image:none;
}

#Sitemap ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#Sitemap li {
	list-style-type:none;
	margin:0px;
	padding:0px;

}
#Sitemap ul li {
	font-size: 16px;
	line-height: 20px;
	padding-top: 15px;
	font-weight: bold;
}
#Sitemap ul li ul li {
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	font-weight: normal;
}
#Sitemap ul li ul li ul li {
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
}
#Sitemap ul li ul {
	margin-left: 15px;
}

/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

			XSSearch Styling
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/


.searchResultsHeader {
	width:100%;
}
.searchResultsHeaderLeft {
	float:left;
	display:none;
}
.searchResultsHeaderRight {
	float:right;
}
.searResultsMessage {}
.searchResult {
	width: 100%;
	margin-bottom:20px;
}
.searchResultTitle {
	margin-top: 10px;
	margin-bottom: 10px;
}
a.searchTitle:link, a.searchTitle:visited {
	color: #2b62b9;
	font-size: 18px;
}
a.searchTitle:hover, a.searchTitle:active {
	color: #2b62b9;
	font-size: 18px;
}
.searchResultSummary {
	padding-bottom:5px;
}
.searchResultPath {
	color:#999999;
	font-size:12px;
}
.searchResultRelevance {
	display:none;
}
.searchResultNavigation {
	width:100%;
	margin-top:20px;
	text-align:center;
}


/*++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++

			PRINT MEDIA STYLING
		
++++++++++++++++++++++++++++++++++++++++		
+++++++++++++++++++++++++++++++++++++++*/

@media print {
	.container { margin-left: 0px; }
	.print_logo { display: block; }
	.submenu_div { display: none; }
	.left_div { display: none; }
	.round_header { display: none; }
	.breadcrumb_div { display: none; }
	.footer { display: none; }
	.conContentCell { width:650px;}
	body {background-color: #FFF;}
}

.RadETextArea, .RadEContentContainer, .RadEContent {
	background-color: #fff;
}
