/**********************************************************************************/
/*                                STANDARDDEFINITIONEN                            */
/**********************************************************************************/

body
  {
    color: white;
    background-color:#000000;
    font-family: Vedana, sans-serif;
    font-size: 14px;
  }

/*
input[type=text]
  {
    height: 20px;
    width: 70px;
    font-size: 10px;
  }

input[type=checkbox]
  {
    height: 15px;
    width: 15px;
    font-size: 10px;
  }
*/
a
  {
    color: gold;
    font-family:Century Gothic,sans-serif;
    text-decoration: none;
  }

a:hover
  {
    border-bottom: 1px solid gold;
  }

table
  {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: left;
    color: #FFFFFF;
    border: 1px solid #222222;
    empty-cells:show;
	border-collapse: collapse;
}

th
   {
    padding: 10px;
    color: #FFFFFF;
    background-color: #333333;
    border: 1px solid #222222;
  }

td.subheader{
	background-color: #555555;
	text-align: center;
	}

/*
tr
   {
    border: 1px solid grey;
  }
*/
td
{
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	vertical-align: top;
	color: #FFFFFF;
	border: 1px solid #222222;
	padding: 5px;
}

td.center
{
	text-align : center;
	padding: 5px;
}

span.success
{
	color: green;
	font-weight: bold;
	font-size:14px;
}

span.failure
{
	color: red;
	font-weight: bold;
	font-size:14px;
}

  
 form
  {
    display: inline;
  }

/* Buttons */
button.fakelink
  {
    background-color:transparent;
    color: gold;
    border:0px;
/*    text-align:left;*/
    cursor:pointer;
  }
 
button.fakelink:hover
  {
    border-bottom:1px solid gold;
  }

button.transparent
 {
	background: transparent;
 }

/* IMAGES */
input.iconSmall
{
	width: 12px; 
	height: 12px;
	border: 0px;
}

input.iconSmall:hover
{
	cursor:pointer;
}
	
input.icon
{
	width: 16px; 
	height: 16px;
	border: 0px;
}

input.icon:hover
{
	cursor:pointer;
}

/**********************************************************************************/
/*                                  TABELLEN                                      */
/**********************************************************************************/
table.blind
  {
    border: 0;
    border-collapse: collapse;
  }
table.blind th
  {
  	text-align: center;
    vertical-align: middle;
}

table.blind td
  {
    border: 0;
	padding: 0;
  }
  
tr.bold
  {
    font-weight: bold;
    font-size: medium;
  }

tr.highlight
  {
    color: gold;
  }

tr.highlightbold
  {
    font-weight: bold;
    color: gold;
  }
/* Blindtabelle für Login */

table.login
  {
  	border: 0px;	
  	text-align: center;	
}
  
table.login tr
  {
  	border: 0px;
  }

table.login td
  {
  	border: 0px;
  }

table.login input
  {
/*    height: 20px;*/
    max-width: 160px;
    font-size: 10px;
  }

/* Tabelle für Semesterprogramm */ 
table.semesterprogramm
{
	width: 100%;
	border-collapse: collapse;
}

table.semesterprogramm td
{
	padding: 5px;
}
table.semesterprogramm td.center
{
	text-align : center;
	padding: 5px;
}

/* Tabelle für Meldungen */ 
table.meldung
	{
		width: 100%;
		background-color: white;
		border-collapse: collapse;
}

table.meldung th
	{
		background-color:lightgrey;
		color:black;
		font-size:16px;
		text-align:center;
	}

table.meldung td.success
	{
		color:green;
	}

table.meldung td.failure
	{
		color:red;
		font-weight: bold;
	}


/**********************************************************************************/
/*                                     DIVs                                       */
/**********************************************************************************/
div.true
  {
   font-family: sans-serif;
   font-style: italic;
   font-size: 120%;
   font-weight: bold;
   text-decoration: none;
   color: #00aa00;
  }

div.false
  {
   font-family: sans-serif;
   font-style: italic;
   font-size: 120%;
   font-weight: bold;
   text-decoration: none;
   color: #FF0000;
  }

div#right a
  {
    font-size: 11px;
  }

div#right button
  {
    font-size: 9px;
  }

div#page{	
	min-width: 1024px;
	min-height: 600px;
	width: 100%;
	height: 100%;
	}
	
div#left{
	position: absolute;
	width: 159px;
	float: left;
	min-height: 600px;
	height: 100%;

	margin-top:0px;
    left:10px;
    width: 160px;
    text-align: top;
}
	
div#middle{
	position: absolute;
	left: 180px;
	right: 172px;
	padding-right: 5px;
	float: left;
	min-height: 600px;
	height: 98%;
	background-image:url('hintergrund.gif');
	background-repeat: no-repeat;
	background-position: center;

    }
    
div#right{
	font-family: Vedana;
    font-size: 12px;
    text-align: center;
	
	position: absolute;
	margin-right: 10px;
	padding-left: 5px;
	right: 0px;
    width: 150px;
	float: right;
	min-height: 600px;
	height: 100%;
	border-left: 1px solid white;
}

div#top{
	font-family: Vedana;
    font-style: bold;
    font-size: 20px;
    font-weight: bold;

    line-height: 30px;
    text-align: center;
    vertical-align: middle;
	
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid white	;
}

div#inhalt{
	padding-top: 5px;
	padding-left: 5px;
	position: relative;
	float: left;
	width:100%;
	height: auto;
	min-height: 574px;
	overflow: visible;
}

div#bottom{
	border-top: 1px solid white;
	position: relative;
	float: left;
	width: 100%;
	bottom: 0px;

	text-align: center;
    font-size:8pt;
    color: grey;
    font-family:sans-serif;

    height: 44px;
    margin-bottom: 0px;
    border-top:1px solid grey;
}

/**********************************************************************************/
/*                                  DIV-KLASSEN                                   */
/**********************************************************************************/
div.center
  {
    width:100%;
    text-align: center;
  }

/**********************************************************************************/
/*                                   GALERIE                                      */
/**********************************************************************************/
button.galeriebild
  {
    background-color:transparent;
    border:0px;
    text-align:left;
    cursor:pointer;
  }

button.galeriebild:hover
  {
    border:1px solid gold;
  }
.galerie a
  {
    color: gold;
    font-family:Century Gothic,sans-serif;
    text-decoration: none;
    border: 0px;
  }

.galerie a:hover
  {
    border: 0px;
  }

.galerie img
  {
    border: 0px;
  }

.galerie img:hover
  {
    border: 1px solid gold;
  }

.galerie table
  {
    border: 1px solid grey;
    border-spacing:0px;
  }

.galerie tr
  {
    border: 1px solid grey;
  }

.galerie td
  {
    border: 1px solid grey;
    width: 100px;
    height:100px;
    text-align: center;
    vertical-align:middle;
  }

/**********************************************************************************/
/*                                     MENU                                       */
/**********************************************************************************/
a.wappen
  {
    border: 0px;
    display: block;
    margin: 0px;
  }

a.wappen:before
  {
    content:"";
  }


img.menu
  {
    border: 0px;
    display: block;
    margin: 0px;
    width: 160px;
    vertical-align: middle;
  }
ul.menu
  {
    list-style-type: none;
    display: inline;
    margin-left: 0px;
  }

a.menu, a.menu_top, a.menu_top_aktiv
  {
    border: 0px;
    display: block;
    margin: 0px;
    width: 160px;
    height: 26px;
    line-height: 26px;
    background-image: url('../pics/css_button_germ.gif');
    font-family:Garamond;
    font-size:15px;
    color: black;

    text-decoration: none;
    font-style:normal;
    vertical-align: middle;
    text-indent: 10px;
  }

a.menu_top
  {
    width: 162px;
    background-image: url('../pics/button_blank.gif');
    color: white;
    font-weight:bold;
  }

a.menu_top_aktiv
  {
    width: 162px;
    background-image: url('../pics/button_blank_aktiv.gif');
    color: red;
    font-weight:bold;
  }

a.menu:hover, a.menu_top:hover, a.menu_top_aktiv:hover
  {
    width: 162px;
    color: white;
    font-style: normal;
    font-weight: normal;
    border-bottom: none;
  }

a.menu:hover
  {
    width:160px;
  }

a.menu_top:hover, a.menu_top_aktiv:hover
  {
    width: 162px;
    color: red;
    font-weight:bold;
  }

a.menu:before
  {
    content:"";
  }

/**********************************************************************************/
/*                                 SMF SSI CSS                                    */
/**********************************************************************************/
table.ssi_table
{
   border:1px solid white;
   font-size: 12px;
   font-family: verdana, sans-serif;
}
td.ssi_table
{
   border:1px solid white;
}
tr.ssi_table
{
   border:1px solid white;
}


/**********************************************************************************/
/*                                 UEBERSCHRIFTEN                                 */
/**********************************************************************************/
h1
{
   position: relative;
   left: 0px;
   margin-top: 30px;
   margin-bottom: 20px;
   margin-left: 0px;
   margin-right: 0px;
   font-family: sans-serif;
   font-size: 150%;
   font-weight: bold;
   text-decoration: underline;
}

h2
{
   position: relative;
   left: 0px;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 0px;
   margin-right: 0px;
   font-family: sans-serif;
   font-size: 120%;
   font-weight: bold;
   text-decoration: none;
}

h3
{
   position: relative;
   left: 0px;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 0px;
   margin-right: 0px;
   font-family: sans-serif;
   font-size: 105%;
   font-weight: bold;
}

h4
{
   position: relative;
   left: 0px;
   margin-top: 0px;
   margin-bottom: 5px;
   margin-left: 0px;
   margin-right: 0px;
   font-family: sans-serif;
   font-style: italic;
   font-size: 102%;
}

h5
{
   position: relative;
   left: 0px;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 0px;
   margin-right: 0px;
   font-family: sans-serif;
   font-style: italic;
   font-size: 120%;
   font-weight: bold;
   text-decoration: none;
   color: #00aa00;
}
