/*
Website softcon.at
*/


/* ALLGEMEINE STYLES */

html {
	height:101%;
}

body {
	padding : 0;
	margin : 0;
	font : 0.74em Arial, sans-serif;
	line-height : 1.5em;
	background : #fff url(images/bg.jpg) repeat-x center top;
	color : #454545;
}

a {
	color : #113366;
	background : inherit;
	text-decoration : underline;
}

a:hover {
	color : #113366;;
	text-decoration : none;
	background-color:#e5e5e5;
}

p {
	margin : 5px 0;
}

h1 {
	font : bold 1.8em Arial, Sans-Serif;
	padding : 8px 0 4px 0;
	margin : 0;
	color:#113366; /* dunkelblau */
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	letter-spacing:1px;
}

h2 {
	font : bold 1.6em Arial, Sans-Serif;
	letter-spacing : -1px;
}

h3 {
	padding : 4px 0;
	margin : 0;
}

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

img {
	border : 0;
}

hr {
	height : 1px;
	border-style : none;
	color : #d0d0d0;
	background-color : #c0c0c0;
	margin : 10px 0;
}


/* LAYOUTBEREICHE */

.content {
	margin : 0 auto;
	width : 900px;
}


#top {
	padding-top : 0;
	background : transparent;
	height : 120px;
	background-image:url(images/softcon_logo_allgemein.gif);
	background-repeat:no-repeat;
	background-position:left 22px;
}
	#top h1 {
		font : bold 1.8em Arial, Sans-Serif;
		padding : 20px 0 0 0;
		margin : 0;
		letter-spacing : 1px;
		color : #616161;
		text-indent:-9999px;
	}
	#top h2 {
		font : 0.9em Arial, Sans-Serif;
		letter-spacing : 0;
		color : #868686;
		margin : 0;
		padding : 0;
	}
	#top #icons {
		float : right;
		margin : 25px 15px 0;
		padding : 0;
	}
	#top #icons img {
		padding-right : 2px;
		border : 0;
	}
	
	
	
#menu1 {
	margin : 0;
	height : 34px; /*85px*/
	padding-top : 0;
}
	#menu1 li {
		list-style : none;
		display : inline;
		line-height : 34px;
	}
	#menu1 li a {
		text-decoration : none;
		margin : 0;
		padding : 9px 15px 10px 15px;
		font-weight : bold;
		color : #fff;
	}
	#menu1 li a:hover {
		color : #113366; /* dunkelblau */
		background : white;
		background-image:url(images/topnav_active.jpg);
		background-repeat: repeat-x;
		background-position: right top;
		margin : 0;
	}
	#menu1 li.current a {
		color : #113366; /* dunkelblau */
		background : white;
		background-image:url(images/topnav_active.jpg);
		background-repeat: repeat-x;
		background-position: right top;
	}
	
#menu2 {
	height:26px;
}

	#menu2 ul.mainnavlevel2 {
		list-style-type:none;
		padding-top:7px;
	}
	
	#menu2 li {
		display:inline;
		margin-left:16px;
	}
	
	#menu2 a {
		text-decoration:none;
		color:#333333;
	}
	
	#menu2 a:hover {
		background:none;
		color:#113366; /* dunkelblau */
	}
	
	#menu2 li.act a {
		border-top:solid #113366 3px;
		color:#113366; /* dunkelblau */
		font-weight:bold;
	}
	
	#menu2 li.act a:hover {
		background:none;
	}

#menu3 {
	height:25px;
}

	#menu3 ul.mainnavlevel2 {
		list-style-type:none;
		padding-top:7px;
	}
	
	#menu3 li {
		display:inline;
		margin-left:16px;
	}
	
	#menu3 a {
		text-decoration:none;
		font-size:11px;
		color:#333333;
	}
	
	#menu3 li.act a {
		border-top:solid #113366 1px;
		color:#113366; /* dunkelblau */
		font-weight:bold;
	}
	
	#menu3 a:hover {
		background:none;
		color:#113366; /* dunkelblau */
	}

	
#main {
	width : 900px;
	margin : 0;
	padding : 0;
}

#right_side {
	float : right;
	width : 230px;
	background : transparent url(images/topr.png) no-repeat top right;
	overflow : hidden;
}
	#right_side .pad {
		padding : 16px 10px 10px 19px;
	}
	#right_side ul {
		padding : 3px 0 8px 0;
	}
	#right_side li {
		line-height : 18px;
		background : #fff;
		list-style : square;
		padding-left : 0;
		margin-left : 15px;
		color : #113366;
	}
	#right_side a {
		background : inherit;
		text-decoration : none;
	}
	
	#right_side h1, #right_side h2, #right_side h3 {
		margin : 0;
		color:#113366; /* dunkelblau */
		font-family:Arial, Helvetica, sans-serif;
		font-style:italic;
		letter-spacing:1px;
	}
	
	#right_side h1 {
		font-size:1.4em;
	}
	
	#right_side h2 {
		font-size:1.2em;
	}
	
	#right_side h3 {
		font-size:1.0 em;
	}
	
#left_side {
	background : inherit;
	margin-bottom : 10px;
	width : 650px;
	position:relative;
}
	#left_side .intro {
		/*height : 80px;
		background : #616161;
		color : #fff;
		overflow : hidden;*/
	}
	#left_side .intro .pad {
		padding : 18px 0 0 0;
	}
	#left_side .intro a {
		color : #b4e04a;
		text-decoration : none;
	}
	#left_side .intro a:hover {
		color : #cdff56;
		text-decoration : underline;
	}
	#left_side .mpart {
		padding : 40px 0 0 0;
		position:relative;
		float:left;
		margin-bottom:20px;
	}
	#left_side h3 {
		background : inherit;
		padding : 0;
		margin : 0;
		font : bold 1.4em Arial, Sans-Serif;
	}
	#left_side p {
		color : #454545;
		padding : 0;
		text-align : justify;
	}
	#left_side img {
		float : left;
		padding : 0 10px 5px 0;
	}
	#left_side blockquote {
		padding-left : 10px;
		border-left : 3px solid #a7cc44;
		margin : 10px 0 10px 25px;
	}
	#left_side .rs {
		float : right;
		margin : 0 10px;
		border : 1px solid #ddd;
		padding : 5px;
		background : #f5f5f5;
	}
	#left_side ul {
		list-style-position : inside;
		margin-left : 2px;
	}
	#left_side ul li {
		list-style-type : square;
		margin-left : 15px;
	}
	#left_side ul ul li {
		list-style : none;
		margin-left : 10px;
		list-style-type : lower-alpha;
		list-style-position : inside;
	}
	#left_side .greybox {
		border : 1px solid #ccc;
		background : #f5f5f5;
		width : 628px;
		padding : 10px;
	}
	#left_side .intro p {
		color:#FFFFFF;
	}
	
	#left_side h1, #left_side h2, #left_side h3 {
		color:#113366; /* dunkelblau */
		font-family:Arial, Helvetica, sans-serif;
		font-style:italic;
		letter-spacing:1px;
	}
	
	#left_side h2 {
		font-weight:normal;
	}
	
#footer {
	clear : both;
	width : 900px;
	margin : 20px 0 6em 0;
	color : #777;
	/*background : #fff url(images/rlline.gif) no-repeat top right;*/
	border-top:#113366 1px solid;
}
	#footer .right {
		float : right;
		text-align : right;
		background : inherit;
		padding-top : 10px;
		width : 900px;
	}
	#footer a {
		text-decoration : none;
	}
	
	#footer a:hover {
		color:#113366; /* dunkelblau */
		background:none;
	}

.date {
	border-top : 1px dotted #ccc;
	padding : 5px 0;
	margin : 10px 0 25px 0;
	text-align : right;
}




/* STARTSEITE */

#menu_spacer {
	height:45px;
}

#contenttable td {
	vertical-align:top;
}

#contenttable td h1, #contenttabel td h2, #contenttable td h3, #contenttable td p {
	margin:0 5px;
}

#contenttable td h1 {
	color:#113366; /* dunkelblau */
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	letter-spacing:1px;
}

#startnews {
	margin:20px 0;
	padding-top:0;
	padding-bottom:20px;
	/* border-top:#113366 1px solid; */ /* dunkelblau */
}

	#startnews h5 {
		background-color:#113366; /* dunkelblau */
		color:white;
		padding:2px;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		font-style:italic;
		letter-spacing:1px;
		text-align:center;
	}
	
	#startnews .csc-frame-rulerAfter {
		border-bottom:#113366 1px solid; /* dunkelblau */
	}


/* CSS styled content */

/* Login Form */
.csc-form-label-req {
	font-size:10px;
}

/* Formulare */

#left_side fieldset {
	border:none;
}

#left_side label {
	display:block;
}