/*
Design by ATOS Ambulanz Mobile
http://www.atos-ambulanz.at
*/

/* BODY */

body {
	margin: 0;
	padding: 0;
	background: #E9E9E9;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: #333333;
}

blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url("img09.gif") repeat-x left bottom;
	font-size: 2em;
	font-weight: normal;
	color: #848484;
}

h2 {
	margin: 0;
	padding: 10px 0 0 0;
	/* background:   url("img07.gif") repeat-x left bottom; */
	font-weight: bold;
	font-size: 1.2em;
	color: #848484;
	clear: both;
}

h3 {
	margin: 0;
	padding: 10px 0 0 0;
	/* background:   url("img11.gif") repeat-x left bottom; */
	font-size: 1em;
	font-weight: bold;
	color: #848484;
}

.content {
	padding: 5px 30px 20px 30px;
}

.content img {
	margin-bottom: 5px;
	margin-left: 5px;
}

.content p, .content ul, .content ol {
	/* line-height: 180%; */
}

/* MAIN */

#main {
	float: right;
	width: 626px;
	line-height: 1.29em;
}

/* PAGE */

#page {
	width: 866px;
	margin: 0 auto;
	background: #FFFFFF url("background.gif") repeat-y;
}

/* SIDEBAR */

#sidebar {
	float: left;
	width: 240px;
}

/* LOGO */

#logo {
	height: 202px;
	background: #FFFFFF;
	border-right: #cccccc solid 1px;
}

#logo h1, #logo h2 {
	margin: 0px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
	padding: 120px 10px 10px 10px;
	background: url("logo_atos_ambulanz_mobile.gif") no-repeat center center;
	font-size: 0.8em;
}

/* MENU */

#menu {
	padding: 0px;
	/* background: #ffffff url("bg_boxed_gray.gif") repeat-x; */
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	font-size: 0.9em;
	color: #666666;
}

#menu li.main {
	text-transform: uppercase;
	padding: 5px 0px 5px 20px;
	border-top: #cccccc solid 1px;
	background: url("menue_bullet.gif") no-repeat;
	background-position: 10px 50%;
}
#menu li.last {
	border-bottom: #cccccc solid 1px;
}
#menu li.cat {
	padding: 5px 0px 5px 20px;
	border-top: #cccccc solid 1px;
}

#menu li.sub {
	padding: 2px 0px 2px 30px; 
	background: url("menue_bullet.gif") no-repeat;
	background-position: 20px 50%;
}

#menu a {
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.open {
	background: url("menue_bullet_open.gif") no-repeat;
	background-position: 8px 50%;
}

/* INFO */

#info {
    margin: 40px 20px 20px 20px;
	padding: 10px; 
	font-size: 0.8em;
	color: #666666;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
}


/* TEXTBLOCK */
.textblock {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
.textblock img {
	float: left;
}

/* BOXED */

.boxed {
	padding: 5px 20px 20px 20px;
}

.boxed h1, .boxed h2, .boxed h3 {
	font-weight: bold;
	font-size: 1.1em;
 	color: #666666;
}

.boxed p, .boxed ul, .boxed ol {
}

.orange {
	margin: 20px 30px;
	background: #FF9523 url("img10.gif") repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.gray {
	margin: 20px 30px;
	background: #ffffff url("bg_boxed_gray.gif") repeat-x;
	color: #666666;
}

.gray a {
	color: #666666;
}

.col-one {
	float: left;
	width: 250px;
}

.col-two {
	float: right;
	width: 250px;
}

/* FOOTER */

#footer {
	width: 866px;
	height: 120px;
	margin: 0 auto;
	background:   url("img12.gif") repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background:   url("img13.gif") repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 600px;
	height: 45px;
	padding: 35px 0 0 20px;
}