/* 
Title:		Screen.css
Description:	General stylesheet
Created:	31/07/2009
Modified:	31/07/2009
*/

/* import stylesheets
---------------------------------------------------------- */

@import url("layout.css"); 	/* Site layout */
@import url("forms.css");	/* Forms */
@import url("tables.css");	/* Tables */
@import url("drupal.css");	/* Drupal */

/* redefine xhtml selectors
---------------------------------------------------------- */

/*
0.8em = 10px; 
0.92em = 11px; 
1em = 12px; 
1.2em = 14px; 
1.5em = 18px; 
2em = 24px; 
*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 62.5%;
	background-color: #1b2026;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

body.architect_detail{
	background-image: none;
}

h1, h2, h3, h4, h5, h6 {

}

h1{
	font-size: 1.5em;
	border-bottom: 5px solid #0077c0;
	margin: 0px;
	padding: 0px;
	padding-bottom: 18px;
	margin-top: 30px;
	position: relative;
	width: 522px;
}

h1 span.print{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

h2{
	font-size: 1.2em;
}

p {

}

ul {
}
	
ul li {
}

dl {

}

dl dt {
	
}
		
dl dd {
	
}

blockquote {

}
	
blockquote p {
	
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

abbr, acronym {
    font-style: normal;
    border-bottom: 1px dotted #bbb;
    cursor: help;
}

a abbr {
    border: none;
}

address {
    margin: 0;
    padding: 0;
    font-style: normal;
}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	color: #439bd1;
}

a:hover {
	color: #fff;
}

a.selected {

}

a img {
    border: none;
}

.akte {
	color:orange;
	font-size:18px;
	margin-top:15px;
}
.artikel {
	margin-top:10px;
	margin-bottom:10px;
	color:lightblue;
	font-size:14px;
}
