/* Stylesheet for rent-now.de */

*	{	
	}

html, body
	{
    height: 100%;
	margin: 0px;
	margin-top: 0px;
   	padding: 0px;
	background-color: white;
	font-weight: normal;
	/*Scrollbars*/
	scrollbar-base-color:#FFFFFF;
    scrollbar-arrow-color:#193A5E;
	scrollbar-3d-light-color:#FFFFFF;
    scrollbar-darkshadow-color:#193A5E;
    scrollbar-face-color:#CBD3DE;
    scrollbar-highlight-color:#193A5E;
    scrollbar-shadow-color:#193A5E;
    scrollbar-track-color:#FFFFFF;
    font-family: Verdana, sans-serif;
	color: #061842;
	}

font 
	{
    font:verdana,regular,sans serif;
    }

A { color: #193A5E; text-decoration:none }
/* A:hover { color: #CBD3DE; text-decoration: underline; } */

A.popup { color: #193A5E; text-decoration:none; font-size:12px; }
A.popup:hover{ color: #CBD3DE; text-decoration: underline; font-size:12px; }

b { font-weight: bold; }
i { font-style: italic; }
strong { font-weight: bolder; }
/* Headlines */
h1 { font-size: 15px; font-weight: bold; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 9px; }

/* Standard definitions */
.red { color: red; }
.blue { color: blue; }
.weiss { color: white; }
.bold { font-weight: bold; }
.italic { font-style:italic; }
.small { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; font-weight:normal; color: #193A5E; }

/* p, a, td, input, select, textarea { line-height: 1.7em; } */
p { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px; font-weight:normal; color: #193A5E; }
.normal { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px; font-weight:normal; color: #193A5E; }
.normal a{ font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px; font-weight:normal; color: #193A5E; }
.normal a:hover{ font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px; font-weight:normal; color: #CBD3DE; }

.gross { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:14px; font-weight:bold; color: #193A5E; }
.gross a{ font-family:Verdana,Arial,Helvetica,sans-serif; font-size:14px; font-weight:bold; color: #193A5E; }
.gross a:hover{ font-family:Verdana,Arial,Helvetica,sans-serif; font-size:14px; font-weight:bold; color: #CBD3DE; }

/* FORMULARE */
input, select, textarea { border: 1px #193A5E solid; color: #061842;}
input.contactform, select.contactform, textarea.contactform	{ border: 1px #193A5E solid; padding-left: 5px; width: 140px; color: #061842; }
input.searchform, select.searchform	{ border: 1px #193A5E solid; padding-left: 5px; width: 80px;color: #061842; }
input.searchform2, select.searchform2 { border: 1px #193A5E solid; padding-left: 5px; width: 120px; color: #061842;}
input.must { border: 1px red solid; }
textarea.must { padding-top: 5px; border: 1px red solid; }
.button {
	/* border: 1px black solid; cursor:hand; cursor:pointer; */
	border: 0px;
	background: none;
	font-weight: bold;
	cursor:hand;
	cursor:pointer;
	color: #061842;
	font-size:14px;
}
.button:hover { text-decoration: underline; }
.button.textonly { border:none; background-color: white; cursor:hand; cursor:pointer; }

table.contact { line-height: 1.5em; }

/* ERGEBNISLISTE */
.resultlist { font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-weight:normal;}
td.trenner { background-color: black; width: 1px; }
table.headline { background-color: #EEEEEE; }
td.headline
	{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#061842;
	padding-left: 0px;
	} /* text-transform:uppercase; */

td.headline_upper
	{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:600;
	color:#061842;
	padding-left: 0px;
	} /* text-transform:uppercase; */
.backlink
	{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#061842;
	padding-left: 0px;
	} /* text-transform:uppercase; */

td.exposeheadline
	{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#061842;
	padding-left: 5px;
	background-image:url(images/headline_bg.gif);
	background-repeat:repeat-x;
	height: 25px;
	}
/* td.headline.expose
	{
	background-image:url(images/headline_bg.gif);
	background-repeat:repeat-x;
	height: 25px;
	} */
td.headline_big { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:16px; font-weight:bold; color:#061842; }
/* EXPOSE */
.expose { font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-weight:normal; }
/* RAHMEN */

.ausstattsym {
	border: 2px white solid;
	line-height: 18px;
	background-color: #061842;
	color: white;
	font-size: 7pt;
	padding: 1px 3px 1px 3px;
	}

.unten { border-bottom: 1px black solid; }
.oben { border-top: 1px black solid; }
.rechts { border-right: 1px black solid; }
.links { border-left: 1px black solid; }

span.news_text { text-align: justify; }

.content
	{
    background-color:white;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:black;
	}

.content a img { border:none; }

.content_1
	{
    background-color: white;
	color: black;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	padding: 4px; 
	}

.content_h1
	{
    background-color:white;
    font-family: Arial black, Helvetica, sans-serif;
	font-size: 14px;
	color:#414141;
	}

.tabellenkopf
	{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
    text-align: center;
    padding: 4px;
    background-color: #CCCCCC;
	}

.tabelleninhalt_dark
	{
	background-color: #CCCCCC;
	color: black;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	padding: 4px;
	}

.tabelleninhalt
	{	
	background-color: white;
	color: black;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	padding: 4px;
	}

.boxen { background-color:#FF9900; border-bottom:2px; }

/* sitemap ----------------------------------------------------------------------------------------------------------------- */	
DIV.csc-menu-2 P.csc-sitemap { width: 320px; text-align: center; line-height: 1.7em; }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left:  0px; font-weight: bold; color: #193A5E; text-align:left; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left:  0px; font-weight: bold; color: #193A5E; text-align:left;}
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
DIV.csc-menu-2 P.csc-sitemap-level5 { margin-left: 100px; }
DIV.csc-menu-2 P.csc-sitemap-level6 { margin-left: 120px; }

DIV.csc-menu-2 P.csc-sitemap-level1 A { color: black; text-decoration: none; color: #193A5E;}
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: black; text-decoration: none; color: #193A5E;}
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: black; text-decoration: none; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: black; text-decoration: none; }
DIV.csc-menu-2 P.csc-sitemap-level5 A { color: black; text-decoration: none; }
DIV.csc-menu-2 P.csc-sitemap-level6 A { color: black; text-decoration: none; }

DIV.csc-menu-2 P.csc-sitemap-level1 A:HOVER { color: #dd0; color: #193A5E; }
DIV.csc-menu-2 P.csc-sitemap-level2 A:HOVER { color: #dd0; color: #193A5E; }
DIV.csc-menu-2 P.csc-sitemap-level3 A:HOVER { color: #555555; }
DIV.csc-menu-2 P.csc-sitemap-level4 A:HOVER { color: #555555; }
DIV.csc-menu-2 P.csc-sitemap-level5 A:HOVER { color: #555555; }
DIV.csc-menu-2 P.csc-sitemap-level6 A:HOVER { color: #555555; }

/* sitemap ----------------------------------------------------------------------------------------------------------------- */	
DIV.csc-menu-1 P.csc-sitemap { width: 320px; text-align: center; line-height: 1.7em; }
DIV.csc-menu-1 P.csc-sitemap-level1 { margin-left:  0px; font-weight: bold; color: #193A5E; text-align:left; }
DIV.csc-menu-1 P.csc-sitemap-level2 { margin-left:  0px; font-weight: bold; color: #193A5E; text-align:left; }
DIV.csc-menu-1 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-1 P.csc-sitemap-level4 { margin-left: 80px; }
DIV.csc-menu-1 P.csc-sitemap-level5 { margin-left: 100px; }
DIV.csc-menu-1 P.csc-sitemap-level6 { margin-left: 120px; }

DIV.csc-menu-1 P.csc-sitemap-level1 A { color: black; text-decoration: none; color: #193A5E;}
DIV.csc-menu-1 P.csc-sitemap-level2 A { color: black; text-decoration: none; color: #193A5E; }
DIV.csc-menu-1 P.csc-sitemap-level3 A { color: black; text-decoration: none; }
DIV.csc-menu-1 P.csc-sitemap-level4 A { color: black; text-decoration: none; }
DIV.csc-menu-1 P.csc-sitemap-level5 A { color: black; text-decoration: none; }
DIV.csc-menu-1 P.csc-sitemap-level6 A { color: black; text-decoration: none; }

DIV.csc-menu-1 P.csc-sitemap-level1 A:HOVER { color: #dd0; color: #193A5E; }
DIV.csc-menu-1 P.csc-sitemap-level2 A:HOVER { color: #dd0; color: #193A5E; }
DIV.csc-menu-1 P.csc-sitemap-level3 A:HOVER { color: #555555; }
DIV.csc-menu-1 P.csc-sitemap-level4 A:HOVER { color: #555555; }
DIV.csc-menu-1 P.csc-sitemap-level5 A:HOVER { color: #555555; }
DIV.csc-menu-1 P.csc-sitemap-level6 A:HOVER { color: #555555; }

/* Ueberschriften */
/* H1.csc-firstHeader { padding-left: 7px; } */
