/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;	
	padding:0;	
	/*border:0;	*/
	font-weight:inherit;	
	font-style:inherit;	
	font-size:100%;	
	font-family:inherit;	
	vertical-align:baseline;
		}
	
body {
	line-height:1.5;
		
	}
	
table {
	border-collapse:separate;	
	border-spacing:0;	
	}
	
caption, th, td {
	text-align:left;	
	font-weight:normal;	
	}
	
table, td, th {
	vertical-align:middle;	
	}

table.linien td{
	border-bottom:1px solid #EFEBEF;
}
	
blockquote:before, blockquote:after, q:before, q:after {
	content:"";	
	}
	
blockquote, q {
	quotes:"" "";	
	}
	
a img {
	border:none;	
	}

/* typography.css */
body {
	font-size:75%;	
	color:#333333;	
	/*background:#382a1d;*/
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#525252;
	text-shadow: 0px 0px 1px #BDB4AD;
	}
	
h1 {
	font-size:1.5em;
	line-height:1em;
	margin-bottom:1.5em;
	letter-spacing:1px;
	color:#d92727;
	text-shadow: 0px 0px 1px #db8989;
	}
	
h2 {
	font-size:1.1em;
	margin-bottom:0.3em;
	color:#d92727;
	font-weight:bold;
	}
	
h3 {
	font-size:1.2em;
	line-height:1em;
	margin-bottom:0.3em;
	color:#000;
	letter-spacing:1px;
	font-weight:bold;
	}
	
h4 {
	font-size:1.1em;	
	line-height:1.25;	
	margin-bottom:1.25em;	
	}
	
h5 {
	font-size:1em;	
	font-weight:bold;	
	margin-bottom:1.5em;	
	}
h6 {
	font-size:1em;	
	font-weight:bold;	
	}
	
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;	
	}
	
p {
	margin:0 0 1.5em;	
	}
	
p img.left {
	float:left;	
	margin:1.5em 1.5em 1.5em 0;	
	padding:0;	
	}
	
p img.right {
	float:right;	
	margin:1.5em 0 1.5em 1.5em;	
	}
	
a:focus, a:hover {
	color:#000;	
	}
	
a {
	color:#333333;
	text-decoration:underline;
	text-shadow: 0px 0px 1px #BDB4AD;
	}
	
blockquote {
	margin:1.5em;	
	color:#525252;	
	font-style:italic;	
	}
	
strong {
	font-weight:bold;	
	}
	
em, dfn {
	font-style:italic;	
	}
	
dfn {
	font-weight:bold;	
	}
	
sup, sub {
	line-height:0;	
	}
	
abbr, acronym {
	border-bottom:1px dotted #666;	
	}
	
address {
	margin:0 0 1.5em;	
	font-style:italic;	
	}
	
del {
	color:#525252;	
	}
	
pre {
	margin:1.5em 0;	
	white-space:pre;	
	}
	
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;	
	line-height:1.5;	
	}
	
li ul, li ol {
	margin:0 1.5em;	
	}
	
ul, ol {
	margin:0 1.5em 1.5em 1.5em;	
	}
	
ul {
	list-style-type:disc;	
	}
	
ol {
	list-style-type:decimal;	
	}
	
dl {
	margin:0 0 1.5em 0;	
	}
	
dl dt {
	font-weight:bold;	
	}
	
dd {
	margin-left:1.5em;	
	}
	
table {
	margin-bottom:1.4em;	
	}
	
th {
	font-weight:bold;	
	}
	
thead th {
	background:#c3d9ff;	
	}
	
th, td, caption {
	padding:4px 0px 4px 0px;	
	}
	
tr.even td {
	background:#e5ecf9;	
	}
	
tfoot {
	font-style:italic;	
	}
	
caption {
	background:#eee;	
	}
	
.small {
	font-size:.8em;	
	margin-bottom:1.875em;	
	line-height:1.875em;	
	}
	
.large {
	font-size:1.2em;	
	line-height:2.5em;	
	margin-bottom:1.25em;	
	}

hr{
	background-color:#EFEBEF;
	border:medium none #EFEBEF;
	color:#EFEBEF;
	height:1px;
}

/* forms.css */
label {
	font-weight:bold;	
	}
	
fieldset {
	padding:1.4em;	
	margin:0 0 1.5em 0;	
	border:1px solid #ccc;	
	}
	
legend {
	font-weight:bold;	
	font-size:1.2em;	
	}
	
input[type=text], input.text, input.title, textarea, select {
	background-color:#fff;	
	border:1px solid #525252;	
	}
	
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#525252;	
	}
	
input[type=text], input.text, input.title, textarea, select {
	margin:0.5em 0;	
	}
	
input.text, input.title {
	width:300px;	
	padding:5px;	
	}
	
input.title {
	font-size:1.5em;	
	}
	
textarea {
	width:390px;	
	height:250px;	
	padding:5px;	
	}
	
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;	
	top:.25em;	
	}
	
form.inline {
	line-height:3;	
	}
	
form.inline p {
	margin-bottom:0;	
	}
	
.antifloat {
	clear:both;	
	}
	
body{
	/*background-color:#422a1d;*/
}	

/* Layout */
#container {
	margin:0 auto;
	width:950px;
	text-align: left;
	}
	
#bg{
	float:left;
	width:880px;
	padding:15px 35px 0px 35px;
	margin-top:20px;
	background-image:url(/art/aragon/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#logo{
	float:left;
	width:880px;
	height:70px;
}

#banner{
	float:left;
	width:870px;
	margin-top:5px;
	overflow:hidden;
}

#tools{
	float:left;
	width:880px;
	height:30px;
	text-align:right;
}

#shortcutlinks{
	float:right;
}

#shortcutlinks ul, #shortcutlinks li{
	display:inline;
}

#shortcutlinks a{
	color:#999999;
	font-size:0.9em;
	text-decoration:none;
	margin-right:5px;
}

#fontResizer{
	float:right;	
}

#fontResizer ul, #fontResizer li{
	display:inline;	
}

#fontResizer a{
	color:#999999;
	font-size:0.9em;
	text-decoration:none;
	margin-right:5px;
}

/* The following control the way the font-resizer links appear only */

#fontResizer a.curFont { 
	color: #000;
}

#left{
	float:left;
	width:170px;
	padding-left:10px;
}

#navcontainer{
	float:left;
	width:170px;		
}

#wohnungssuche{
	float:left;
	width:170px;
	padding-top:20px;
}

#wohnungssuche input{
	margin:0px;
	float:left;
}

#wohnungssuche a{
	float:left;
	color:#666666;
	text-decoration:none;
	letter-spacing:1px;
}

#wohnungssuche a:hover{
	color:#000;
}


#content{
	float:left;	
	width:660px;
	margin:4px 20px 30px 20px;
	text-shadow: 0px 0px 1px #BDB4AD;
}

#footer{
	float:left;	
	width:850px;
	padding:0px 55px 0px 45px;
	height:57px;
	background-image:url(/art/aragon/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
}


/* Navigation */
#navcontainer ul{
	list-style:none;
	margin:0px;
}


#navcontainer ul li p, #wohnungssuche p{
	font-size:1.5em;	
	color:#383838;
	text-shadow: 0px 0px 1px #BDB4AD;
	margin:10px 0px 0px 0px;
}

#navcontainer ul li.eintrag1 p{
	margin:0px;	
}

#navcontainer ul li a.parentactive p, #navcontainer ul li a.active_no_kids p, #navcontainer ul li a.active p, #navcontainer ul li a:hover p {
	color:#D92727;
	text-shadow: 0px 0px 1px #DB8989;
}

#navcontainer ul li a{
	text-shadow: 0px 0px 1px #BDB4AD;
	color:#666666;
	text-decoration:none;
	letter-spacing:1px;
}

#navcontainer ul li a.parentactive, #navcontainer ul li a.active_no_kids, #navcontainer ul li a.active, #navcontainer ul li a:hover{
	color:#000;
}

#navcontainer ul ul {
	margin-bottom:35px;
	line-height:2em;
}

#navcontainer ul ul li{

}

#navcontainer ul ul li a{
	font-size:1em;
	text-transform:none;
	border-bottom:1px solid #efebef;
}

#navcontainer ul ul li.parentactive a{
	color:#000;	
	background-image:none;	
}

#navcontainer ul ul li a:hover{
	background-image:none;
}

#navcontainer ul ul ul{
}

#navcontainer ul ul ul li a{
	text-transform:none;
	border-bottom:0px;
	font-size:0.8em;
}

#navcontainer ul ul li.parentactive ul li a{
	color:#525252;	
}

#navcontainer ul ul li.parentactive ul li a.active_no_kids, #navcontainer ul ul li.parentactive ul li a.active, #navcontainer ul ul li.parentactive ul li a:hover  {
	color:#000;	
}
