/*######################################################
#
# twuc style sheet
#
######################################################
*/

/*universalattribute*/
* {
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
}

body {
	background-color: #b0b9b9;
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	
}

/*header definitionen*/
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}

img {
	border: 0;
}


/*links*/
a {
	color: #48526e;

	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

a:hover {	
	text-decoration: underline;
}


a:visited {
	color: #48526e;
}


a[target="_blank"]:before { 
	content: '[';
	font-weight: normal;
	color: #dd0000;
}
a[target="_blank"]:after { 
	content: ']';
	font-weight: normal;
	color: #dd0000;
}


/*
	page layout
*/

div#main {

	width: 810px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-bottom: 0;
	
	
}

#content_area {
	position: absolute;
	top: 130px;
	bottom: 0;
	left: 0;
	right: 0;
	
	width: 810px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;

	background-image: url('img/content_back.gif');
	
}

#navigation {

	width: 145px;
	height: 100%;
	
	padding-right: 5px;
	padding-left: 0px;
}

/*
	navigations bereich 1
*/

#navigation ul{
	margin: 0 0 0 0;
	width: 150px;
	float: none;
	list-style-type: none;
	padding: 5px 5px 1px 1px;
	
}

#navigation li {
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;

	border-left: 2px solid #ecf4ee;
	
	font-size: 12px;
}


#navigation li.link:hover {
	border-left: 2px solid #939eb9;
	
}

#navigation li.active {
	border-left: 2px solid #48526e;
	
}

#navigation li>a {
	display:block;
	width: 100%px;
	color: #48526e;
	text-decoration: none;
}

#navigation li a:hover {
	border-left: 2px solid black
	color: #909cb5;
	background-color: #ecf4ee;
}


#navigation>ul>ul{
	width: 138px;
	margin-left: 10px;
	display:block;
	float: inline;
	list-style-type: none;
	padding: 1px 2px 1px 2px;
	
}

#navigation>ul>li.separator {
	height: 5px;
	font-size: 0px;
	line-height: 5px;
}
/*
#navigation>ul>ul li a {
	display:block;
	padding-left: 8px;
	border-left: 2px solid #d0ffaa;
	width: 118px;
}
*/

/*
	 navigations bereich 2
*/

/* internet explorer hack */

/*
#navigation_2 {
	visibility: hidden;
}

body>#navigation_2 {
	visibility: visible;
	width: 100%;
	height: 2em;
	
	background-color:#A7B9DD;
	text-align:center;
	vertical-align:middle;	
	border-top: 2px solid black;
}
body>#navigation_2 {
	overflow:auto;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}

#navigation_2 ul{
	margin: 3px;

}
#navigation_2 li{
	display:inline;
	padding: 3px 1px 1px 3px;
	border-left: 2px solid black;
	
}
#navigation_2 li:hover	{
	background-color: #eeeef0;
	
}
	
#navigation_2 li>a{
	color: #4242dd;
	font-size: 120%;
}

*/

/*
	contentbereich
*/


#content {
	position: absolute;
	overflow: auto;
	
	left: 157px;
	right: 3px;
	top: 0px;
	bottom: 0px;
	
	padding: 5px;
	
}

#content h1{
	color: #48526e;
}

div.callout_container {
	float: right;
	padding: 2px;
	margin: 2px;
}

/*
	callout
*/
.callout:before {
	content: "Important News";
	font-variant: bold;
	background-color: #ecf4ee;
	color: black;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 3px;
	margin-bottom: 3px;
}

div.callout {
	position: relative;
	width: 220px;
	padding: 5px;
	margin: 5px;
	
	background-color: #48526e;
	
	color: #ffffff	;

	border: 1px dashed #EEEEEE;
}

/* float images to the right of the content area */
div.imagebox {
	float:right;
}

/*
	cite
*/
div.zitat {
	width:80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFe0;
	border: 2px dashed #DDDDc2;
	padding: 5px;
	text-align: center;

	font-family: verdana, helvetica, sans;
	font-weight: bold;
	color: #ccaaaa;
	font-size: 1.3em;
}

div.zitat .quelle {
	
	font-weight: normal;
	font-variant: italic;
	font-size: 80%;
}

/*
	table
*/
table.alternate {
	border: 1px dashed black;
}

table.alternate td {
	padding: 5px;
}

table.alternate tr.even {
	background-color: #EEEEEE;
}

table.alternate tr.odd {
	background-color: #efffe1;
}
