/*===============================================================
Adventmission Soziale Dienste
Author: Florian Jessl
URL: http://www.create.at

All Rights reserved.
===============================================================*/


* {
	padding: 0;
 	margin: 0;
}

body, html { 

 font-family: Verdana;
 font-size: 14px;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-x;
}

body {
	/*border:1px solid red;*/
}

h1 {
	font-weight:normal;
}

h2 {
	font-weight:normal;
}

h3 {
	font-weight:normal;
	padding-bottom:14px;
	margin-top:10px; 
}

.align-center {
	text-align:center;
	margin:0px;
	padding:0px;
}

* html h1 {
	font-weight:normal;
}

* html h2 {
	font-weight:normal;
}

* html h3 {
	font-weight:normal;
	padding-bottom:14px;
	margin-top:10px; 
}

a {
	text-decoration:underline;
	color:#232323;
}

a img {
	border: 0;
	text-decoration: none;
}

.zero { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.clear_it {
	/*border:1px solid red;*/
	
	width:0;
	height:0;
	padding:0;
	margin:0;
	font-size:0;
	clear:both;
}

#container {
	/*border:1px solid black;*/
	margin:auto;
	width: 1000px;
}

#header {
	/*border:1px solid red;*/
	
	width: 100%;
	height: 235px;
	
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
}

#logo {
	padding-top:5px;
	margin-left:20px;
	width:100%;
}

* html #logo {
	padding-top: 0;
	margin-top:5px;
}


/*==========================================
				Menü
===========================================*/

#menu_1st {
	/*border:1px solid yellow;*/
	
	width:670px;
	float:left;
	margin: 17px 0 0 0;
	padding: 0 0 0 0;
}

* html #menu_1st {
	padding-top: 0px;
	margin-top:17px;
}

#menu_1st ul.menu {
	/*border:1px solid black;*/
	
	font-weight:bold;
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
}

#menu_1st ul.menu li {
	/*border:1px solid green;*/
	
	margin:0;
	padding:0;
	width:auto;
	display:block;
	float:left;
	margin-right:35px;
	/*margin-top:3px;*/
}

#menu_1st ul.menu li a{
	padding-top:0px;
	text-decoration:none;
}

#menu_1st ul.menu li a:hover{
	color:#666;
}

#menu_1st ul.menu li.active {
	/*border:1px solid red;*/
	
	padding:0 0 5px 0;
	background-image:url(../images/menu1st_mouseover_1.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#menu_1st ul.menu li.active a {
	/*border:1px solid red;*/
	
	margin:0 0 0 7px;
	padding:0 7px 5px 0;
	display:block;
	
	background-image:url(../images/menu1st_mouseover_2.gif);
	background-repeat:no-repeat;
	background-position:right top;
}



#menu_1st ul.menu, #menu_1st  ul.menu ul {
    list-style-type: none;
}

#menu_1st ul.menu a {
    display: block;
    padding: 3px 10px 3px 10px;
}

#menu_1st ul.menu li {
    padding: 0;
    margin: 0;
    float: left;
    height: 20px;
	width:auto;
}

/* Für Unterpunkte keine Float-Eigenschaft */

#menu_1st ul.menu ul li {
    float:none;
	width:auto;
}
/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */

#menu_1st ul.menu ul li.hover, #menu_1st ul.menu ul li:hover {
}

/* Zweite Ebene */
#menu_1st ul.menu ul {
	margin:0;
	padding:10px 0 5px 0;
	position: absolute;
	display: none;
	width: 190px;
	font-weight:normal;
	font-size:12px;
	background-image:url(../images/dropdown_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

/* Zweite Ebene anzeigen */

#menu_1st ul.menu li.hover ul, #menu_1st ul.menu li:hover ul  {
	display: block;
}

/* Dritte Ebene */

#menu_1st ul.menu ul ul{
	border:1px solid #CCC;
	width:250px;
}

#menu_1st ul.menu li.hover ul ul, #menu_1st ul.menu li:hover ul ul {
	display: none;
	margin-left: 160px; /* Breite eines Listenelements - Überlagerung */
	margin-top: -20px; /* Höhe eines Listenelements */
}

/* Dritte Ebene anzeigen */
#menu_1st ul.menu li.hover ul li.hover ul, #menu_1st ul.menu li:hover ul li:hover ul {
	display: block;
}

/* Vierte Ebene */

#menu_1st ul.menu li.hover ul li.hover ul ul, #menu_1st ul.menu li:hover ul li:hover ul ul {
	display: none;
}

   /* Vierte Ebene anzeigen */

#menu_1st ul.menu li.hover ul li.hover ul li.hover ul , #menu_1st ul.menu li:hover ul li:hover ul li:hover ul {
	display: block;
}

#menu_1st ul.menu li.active ul.menu li a {
	background-image:none;
	}

#bread_crumb {
	font-size:12px;
	margin-top:2px;
	margin-left:44px;
}

#bread_crumb a{
	text-decoration:none;
}

/*==========================================
				Menü Ende
===========================================*/



#login {
	/*border:1px solid yellow;*/
	
	width:258px;
	height:27px;
	padding-top:15px;
	float:right;
	text-align:right;
	padding-right:10px;
}

* html #login {
	padding-top:10px;
	margin-top:5px;
}

#login a{
	font-weight:bold;
}

#login fieldset{
	border:0px;
}


#content {
	/*border:1px solid blue;*/
	
	width: 100%;
	height: 100%;
	
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
}

#bildverlauf {
	/*border:1px solid black;*/
	
	width:103px;
	height:100%;
	margin:0;
	padding:0;
	margin-left:53px;
	float:left;
	display:block;
	margin-top:50px;
	
	/*background-image: url(../images/bild_verlauf_2.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#eae9e9;*/
}

* html #bildverlauf {
	margin-left:26px;
}

#bildverlauf img {
	margin-bottom:45px;
}

#main_txt {
	/*border:1px solid black;*/
	
	width:628px;
	height:100%;
	min-height:350px;
	/*float:left;*/
	margin-left:222px;
	padding-top:50px;
	padding-bottom:30px;
	font-size:12px;
	
	background-image:url(../images/main_txt_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

* html #main_txt {
	margin-left:220px;
}

#main_txt ul li {
	margin-bottom:5px;
	margin-left:22px;
}

.csc-textpic-caption{
	padding-top:5px;
	
}

#footer {
	/*border:1px solid green;*/
	
	/*width: 100%;*/
	height: 50px;
	font-size:12px;
	padding: 28px 0 0 295px;
	
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;

}

