/* Allgemeine Vorbelegung */
body {
        margin: 0em;
        color: #666;
        font-family:"Arial Unicode MS",arial,Helvetica,sans-serif;
        font-size: 9pt;
        line-height: 17px;
}
ul {
        list-style-type:square;
        list-style-image:url("/ku-eichstaett/images/bullet.gif")
}
select, input, textarea {
	padding: 1px 2px 1px 2px;
	border: solid 1px #ccc;
        background-color: #ffffff;
        color:black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
	margin:3px 0px;
}
input:hover, textarea:hover, select:hover {
        border-color:#cc0000;
        /*background-color:#fdd889; */
}
input:focus, textarea:focus {
        background-color:#ffffdd;
}
select {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        padding:1px;
        cursor:pointer;
}
input[type=submit], input[type=reset] {
	border-width:1px;
	border-color: #e0e0ff #808080 #808080 #e0e0ff;
        background-color: #e0e4e7;
	color:black;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 9pt;
	cursor:pointer;
}
.ep_form_action_button, .ep_form_internal_button {
        border-width:1px;
	border-color: #e0e0ff #808080 #808080 #e0e0ff;
        background-image: none;
        background-color: #e0e4e7;
        color:black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        cursor:pointer;
}

hr {
	border: 0px;
	color: #ccc;
	background-color: #ccc;
	height: 2px;
}
h1, h2, h3, h4 {
        text-align:left;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        line-height: normal;
        font-size-adjust: none;
        font-stretch: normal;
        color: #606060;
}
h1,h2 {
        font-size: 130%;
}
h3,h4 {
        font-size: 110%;
}
blockquote {
        margin-left: 3em;
        margin-right: 3em;
}
img {
        border: none;
}

/* Links */
a:link {color:#295989; font-weight:normal; text-decoration: none;}
a:visited {color:#295989; font-weight:normal; text-decoration: none;}
a:hover {color:#cc0000; font-weight:normal; text-decoration: none; background-color: #e0e4e7;}
a:active {color:#cc0000; font-weight:normal; text-decoration: none; background-color: #e0e4e7;}


/* Header */
.tm_header {
        margin:0px;
        padding:0px;
        color: #666666;
}
#head {
        margin:0px;
        background-image: url(/ku-eichstaett/images/head_background.gif);
	background-repeat: repeat-x;
        color: #666666;
        padding:0px;
        border:none;
	border-collapse:collapse;
}
#head img, #head a {
        padding:0px;
        margin:0px 0px;
}
	

/* Menu Bar */
#menubar {
        background-color: #e0e4e7;
        background-image: none;
        border-top: solid 1px #808080;
        border-bottom: solid 1px #808080;
        border-left:none;
        border-right:none;
	height:17px;
        margin: 0px;
}
#menu_left, #menu_right {
	padding:3px 18px;
        margin: 0px;
}
#menubar a { text-decoration: none; color: #295989; }
#menubar a:visited { color: #295989; }
#menubar a:hover { color: #cc0000; }
#menubar a:active { color: #cc0000; }

/* Content */
#tm_main {
	padding: 20px 18px;
        margin:0px;
	width:900px;
}
.toolbox {
	margin-bottom: 10px;
	background: #e7e9f5 url(/ku-eichstaett/images/toolbox.png) repeat-x;
	border: solid 1px #d8dbef;
	padding: 10px;
}
.tm_footer {
	clear: both;
}
#newest {
	border-collapse:collapse;
	margin:20px 0px;
}
#newest td {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:2px 4px;
}
.frontdoor {
}
.search_feed {
	white-space: nowrap;
}
.search_feed img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.search_feed a {
	text-decoration: none;
	color: #888;
}

.topofpage { 
	font-size: 10px; 
	margin-bottom: 0px; 
	text-align: right; 
}

