@charset UTF-8;
	
/*
Theme Name: drogenhilfe.at
Theme URI: http://realtime-productions.cc
Description: Designvorlage für drogenhilfe.at by realtime productions
Version: 0.1
Author: realtime productions
Author URI: http://realtime-productions.cc
*/

body {
	color:#222;
	line-height:1.4em;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#ie6-warnung,
#hinweis_nutzungsbedingungen {
	display: none;
}

/* --- Main-div je nach ausgewähltem Institut anpassen ------- */

/* Allgemein */
#ueberheader {
	padding-top: 10px;
	background: #fff url('img/top_border_drogenhilfe.gif') repeat-x left top;
}

/* ASK */
body.page-id-1389 #ueberheader,
body.parent-pageid-1389 #ueberheader {
	padding-top: 30px;
	background: #fff url('img/top_border_drogenhilfe_ask.gif') repeat-x left top;
}

/* Contact */
body.page-id-98 #ueberheader,
body.parent-pageid-98 #ueberheader {
	padding-top: 30px;
	background: #fff url('img/top_border_drogenhilfe_contact.gif') repeat-x left top;
}

/* DSA im AKH */
body.page-id-100 #ueberheader,
body.parent-pageid-100 #ueberheader {
	padding-top: 30px;
	background: #fff url('img/top_border_drogenhilfe_dsa_im_akh.gif') repeat-x left top;
}

/* ISD */
body.page-id-1378 #ueberheader,
body.parent-pageid-1378 #ueberheader {
	padding-top: 30px;
	background: #fff url('img/top_border_drogenhilfe_isd.gif') repeat-x left top;
}

/* ISP */
body.page-id-257 #ueberheader,
body.parent-pageid-257 #ueberheader {
	padding-top: 30px;
	background: #fff url('img/top_border_drogenhilfe_isp.gif') repeat-x left top;
}

/* Konnex */
body.page-id-1777 #ueberheader,
body.parent-pageid-1777 #ueberheader {
	padding-top: 30px;
	background: #fff url('img/top_border_drogenhilfe_konnex.gif') repeat-x left top;
}

/* TIP */
body.page-id-104 #ueberheader,
body.parent-pageid-104 #ueberheader {
	padding-top: 30px;
	background: #fff url('img/top_border_drogenhilfe_tip.gif') repeat-x left top;
}

a {
	outline:none;
	border:none;
	text-decoration: none;
	color: #ed1c24;
}

a:hover {
	text-decoration: underline;
}

.clear {clear: both;}

a img {
	outline:none;
	border:none;
}


/* --- Layout allgemein ------------------------- */

#main,
#header,
.footer-container {
	width: 960px;
	margin: 0 auto 0 15px;
	text-align: left;
	background-color: #fff;
}

#ueberheader {
	position: fixed;
	width: 100%;
	left: 0px;
	border-bottom: 1px dotted #cecece;
}

#main {
	padding-top: 150px;
}

#skip-navigation { /* Sprungnavigation */
	position: absolute;
	left: -10000px;
	top: -10000px;
}

.left-container { /* Sammelcontainer für linke Spalte und Inhalt */
	width: 780px; /* Inhalt (500px) + Seitenleiste links (260px) + 1 x Padding (20px) = 780px */
	float: left;
	margin: 0;
	padding: 0;
}

.left { /* Linke Seitenleiste */
	width: 260px;
	float: left;
	margin: 0;
	padding: 0;
}

.center { /* Mittelteil */
	width: 500px;
	float: right;
	padding: 0;
	margin: 0;
}

.right { /* Rechte Seitenleiste */
	width: 160px;
	float: right;
	margin: 0;
	padding: 0;
}


/* --- Layout Header ------------------------------ */

.logo img {
	margin:10px 0 20px;
}

.logo a img {
	border:0 none;
}

#searchform {
	padding:45px 0 0;
}

#searchform input[type=text] {
	border:1px solid #c1c1c1;
	color:#555;
	font-size:12px;
	line-height: 1em;
	width:325px;
	padding:4px 5px 3px;
}

#searchform input.submit {
	margin:0 0 0 10px;
	vertical-align:bottom;
}


#schriftgroesse {
	margin: 1.5em 0 0 0;
}
.beschreibung {
	width: 50%;
	float: left;
	margin: 0.15em 0 0 0;
	}

ul#font-resizer {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50%;
	float: right;
	text-align: right;
}

ul#font-resizer li {margin: 0; padding: 0;}


/* --- Layout Navigation links -------------------- */

#menu {
	line-height:1.3em;
	width: 190px;
	margin-left: 70px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li {
	margin:0 0 4px;
	padding:0;
}

#menu a {
	color:#555;
}

#menu a:hover {
	color: #000;
	text-decoration: none;
}

#menu ul ul {
	margin:5px 0 10px 15px;
	padding:0 0 0 12px; /* Heike Spezial */
	border-left: 1px dotted #ccc;
}

#menu li:hover {
	list-style:square;
}

#menu .current_page_item {
	list-style:square;
}

#menu li.current_page_item a {
	color:#e4060a;
	font-weight:bold;
}

#menu .current_page_item ul li a {
	color:#555;
	font-weight:normal;
}


/* --- Layout Content ---------------------------- */

.navigation {
	padding-bottom: 20px;
}

#inhalt {padding-bottom: 150px;}

.content img.alignleft {margin: 0 10px 5px 0;}

.content ul {
	margin:1em 0 1em 1.2em;
	padding:0;
}

.content ul li {
	padding:0 0 .3em;
}

.article {margin: 0 0 2em 0;}
.article h1 {
	margin-top: 0.1em;
}

h1.article-title {
	line-height:1.4em;
}

h2.article-title {
	font-size: small;
}

.article-title a {
	color: #222;
}

.content .team {
	margin: 1em 0 1.5em 0;
	padding: 1em 0 0 0;
	clear: both;
}

.team .bild {
	width: 130px;
	height: 195px;
	float: left;
}

.team .person {
	float: right;
	width: 350px;
	padding-top: 10px;
}

/* Contact-Logo statt Überschrift */
h1#id98 {
	padding-left: 100px;
	background: url(img/logo_contact.jpg) no-repeat center left;
	margin-bottom: 1.5em;
}

.content h2 {
	line-height: 1.3em;
	margin: 2.5em 0 0.5em 0;
	font-size: medium;
}

.content h3 {
	line-height: 1.3em;
	margin: 2em 0 0.5em 0;
}

body.page-id-302 .content h3 {
	padding: 160px 0 0 0;
	margin: 2em 0 0.5em 0;
}

.content h3 a {
	color: #222;
}

p.bearbeiten {
	border:0;
	border-top:1px dotted #cecece;
	margin: 2em 0;
	padding: 2em 0;
	clear: both;
}

.content {
	margin:15px 0;
}

.content.suchergebnisse a {
	color:#000;
	font-weight:bold;
}

.content.suchergebnisse a:hover {
	color:#e4060a;
	font-weight:bold;
}

.right {
	color:#555;
}

.right strong {
	color:#111;
}

p.entry-meta {
	color: #999999;
}



/* --- Layout Seitenleiste rechts ----------------- */

.mini-title {
	padding:2em 0 .25em;
	margin: 0 0 .5em;
	font-weight:bold;
	border-bottom: 1px dotted #cecece;
}

.mini-wert {
	padding: 0 0 .3em 0;
	margin: 0 0 .3em 0;
}

.startseite_beschreibung {
	color: #999;
}

.startseite_beschreibung:hover {
	color: #333;
}

.metatext p {
	margin:0 0 .5em;
}

.hidden {
	display:none;
}

.sidebar-right-img {
	text-align: right;
}



/* --- Footer ------------------------------------- */

#main {
    padding-bottom: 60px;
}

#footer {
    position:fixed;
    bottom:0px;
    width:100%;
	height: 40px;
	padding:15px 0 30px;
	border-top:1px dotted #cecece;
	font-size:11px;
	text-align:left;
	background-color:#fff;
	left: 0px;
}

/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}

* html #main {
    padding:0;
    height:85%;
    overflow:auto;
}

* html #footer {
    background:#fff;
    height:15%;
    text-align:left;
    padding-top:1%;
}





#footer a {
	color:#333;
	text-decoration:none;
}

#footer .institutlinks a,
#footer li a {
	font-weight:bold;
}

#footer .institutlinks a:hover {
	color:#e4060a;
}

#footer .institutlinks a img {
	border:0 none;
	outline:none;
}

#footer .institutlinks {
	background: url(img/minipuzzle.jpg) no-repeat 0 2px;
	float:left;
	margin: 0 12px 0 0;
	padding: 0 0 0 15px;
}

#footer .institutlinks.kontakt {
	background-image: none;
	float: right;
	margin: 0;
	padding: 0;
}

div.impressum {
	float:right;
}

div.impressum a {font-weight: normal;}
div.impressum a:hover {text-decoration: underline;}

.copyright_impressum {
	padding: 8px 0 0 0;
	margin: 0;
}

hr {height: 1px; border: 1px dotted #ccc; border-width: 1px 0 0 0;}
	
/* Formatierung und Zusätze */
.alignleft {
	float:left;
}



/* Formular auf Kontaktseite */

form.cform {
	width: 95%;
}

p.linklove,
.cf_hidden {display: none;}

.cf-fs1,
.cf-fs2,
.cf-fs3 {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.cf-fs1 legend,
.cf-fs2 legend,
.cf-fs3 legend {
	font-weight: bold;
	padding: 1.5em 0 0.5em 0;
}

.cf-ol {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

.cf-ol li {
	padding: 5px 0;
	clear: both;
}

.cf-fs1 label,
.cf-fs3 label {
	display: block;
}

.cf-fs1 input[type="text"],
.cf-fs3 input[type="text"],
.cf-fs1 select,
.cf-fs3 select,
.cf-fs1 textarea,
.cf-fs3 textarea {
	border: 1px solid #666;
	padding: 5px 3px;
	width: 100%;
}

.cf-fs2 label {
	width: 80%;
}

.cf-fs2 input[type="text"] {
	border: 1px solid #666;
	padding: 5px 3px;
	width: 10%;
	float: right;
}

.cf-ol li textarea {
	height: 200px;
}

span.reqtxt {display: none;}


