/*************************************************************************************
	Allgemeine Styles für jeden Browser
***************************************************************************************/

body{
	font-family:Arial, sans-serif;
	font-size: 0.8em;
	}

/*************************************************************************************
	Styles für den Inhalt
***************************************************************************************/
/*******
Farben:
dunkles-orange:FEB147 gibt web-sicher: ff9933
helles-orange: FFDFB2
mittel-blau:6699cc
dunkles-blau:3366CC
********/

/*************************************************************************************
	Überschriften
***************************************************************************************/

h1{
	font-size:1.2em;
	font-weight: bold;
	letter-spacing:0.05em;
}

h2{
	font-size:1.0em;
	letter-spacing:0.1em;
}

h3{
	font-size: 0.79em;
	font-weight: bold;
	letter-spacing:0.1em;
}


/*************************************************************************************
	Absatzformatierungen
***************************************************************************************/

p.header{
	background-color:#71A9E2;
}

p.headerorange{
	background-color:#FFDFB2;
}

p.kasten{
	margin-left:20px;
	line-height:1.2em;
	text-align:justify;
	border:0.1em dashed #6699CC;
	padding:0.5em;
}

/*************************************************************************************
	Weitere Layer als Organisationsprinzip
***************************************************************************************/

div.leftrow{
	position:absolute;
	top:0em;
	left:10em;
	width:24em;
	text-align:left;
	overflow:hidden;
}

div.rightrow{
	position:absolute;
	top:0em;
	left:24em;
	width:24em;
	text-align:left;
	overflow:hidden;
}

/* für Beschreibungen in Popups*/
div.extradocument1{
	width:75%;
	margin-left:2em;
	margin-top:3em;
	margin-bottom:6em;
	padding:2em;
}

div.image_with_subnote{
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
}

div.header_with_logo {
	margin-bottom:2em;
}


/*************************************************************************************
	Listendefinitionen
***************************************************************************************/

#inhalt ul.link {
	list-style-type:none;
	list-style-image:url(http://www.uni-ulm.de/uni/fak/zawiw/zawiw_neu/__current/css/nix);
}

#inhalt ul.blue {
	list-style-image:url(http://www.uni-ulm.de/uni/fak/zawiw/zawiw_neu/__current/extras/images/kreis-6px-abstand-3px.gif);
}

#inhalt ul.orange{
	list-style-image:url(http://www.uni-ulm.de/uni/fak/zawiw/zawiw_neu/__current/extras/images/pfeil-orange-weiss.gif);
}


/*************************************************************************************
	Links
***************************************************************************************/

a {
	color:#3366CC;
	font-weight:bold;
	text-decoration:none;
}

#titelzeile a img{
	border:0px solid #FFFFFF;
}

a.inline_blue{
	text-decoration:underline;
	color: #6699CC;
}

a.inline_blue img{
	border: 1px solid #6699CC;
}

a.inline{
	text-decoration:underline;
	color: #FF9933;
}

a.outline{
	color:#ff9933;
	font-weight:bold;
	text-decoration:none;
}

a:hover.outline{
	text-decoration:underline;
}

a.pfeil_blau{
	text-align:right;
	border:0px;
	width:20px; height:20px;
	background-image:url(http://www.uni-ulm.de/uni/fak/zawiw/zawiw_neu/__current/extras/images/up_blau.gif);
}

a.pfeil_orange{
	position:absolute;
	right:4px;
	display:block;
	text-align:right;
	border:0px;
	width:24px; height:20px;
	background-image:url(http://www.uni-ulm.de/uni/fak/zawiw/zawiw_neu/__current/extras/images/up_orange_2px.gif);
}

a.pfeil_orange:hover{
	background-image:url(http://www.uni-ulm.de/uni/fak/zawiw/zawiw_neu/__current/extras/images/up_blau_2px.gif);
}


/*************************************************************************************
	Allgemeine Klassen
***************************************************************************************/

.bold{
	font-weight:bold;
}

/*************************************************************************************
	Tabellen
***************************************************************************************/

td{font-size:0.9em;}

/*************************************************************************************
	Trennelemente
***************************************************************************************/

hr.separator {
/* >>geht in Netscape und IE, in Opera ist die Linie evtl. verkürzt<< */
	color:#71A9E2;
	height:2px;
	min-width:100%;
	text-align:left;
	border-style:solid;
	border-top-width:2px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-color:#71A9E2;
}

hr.separatorblue {
/* >>geht in Netscape und IE, in Opera ist die Linie evtl. verkürzt<< */
	color:#3366CC;
	height:2px;
	min-width:100%;
	text-align:left;
	border-style:solid;
	border-top-width:2px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-color:#3366CC;
}

hr.separatororange {
/* >>geht in Netscape und IE, in Opera ist die Linie evtl. verkürzt<< */
	color:#FFDFB2;
	height:2px;
	min-width:100%;
	text-align:left;
	border-style:solid;
	border-top-width:2px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-color:#FFDFB2;
}

#inhalt hr{
	margin-left: 0px; margin-right:0px;
	color:#6699cc;	height:2px;
	margin-top:3px;
}




/*************************************************************************************
	Newslayout
***************************************************************************************/
/* >> Layout für die News */
.news_content {
	margin-top:4em;
	margin-left:0em;
	margin-right:10em;
}

.news_item{
	text-align:left;
	padding-left:4em;
	padding-bottom:3em;
	margin-bottom:4em;
	border-bottom:2px dotted #71A9E2;
}

.news_item h2 {
	font-style:italic;
	font-weight:normal;
}

.news_item p {
	text-align:left;
}

.news_image{
	margin:0.3em;
	border:0;
}

.colright13em {
	position:absolute;
	left:13em;
	text-align:left;
}

div.box {
	border-width:thin;
	border-color:#71A9E2;
	border-style:solid;
	padding:0.7em;
	margin-bottom:0.7em;
}

div.centered {
	text-align:center;
}

/*************************************************************************************
	Ende Styles
***************************************************************************************/
