
/*
LAST MODIFIED: 	06-09-07
BY: 		david (admin@rand10.com)
CHANGES:	addes styles for logo stuff
*/

/* we don't want margins:*/
body {
 background-color: #FFFFFF;
 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 margin: 0 0 0 0;
}

/* this is the language selector:*/
div#flag {
	position: absolute;
	top: 46px;
	left:16px;
	float: left;
}

/* this is wrapper for the logo:*/

#logo-wrapper	 {
	background: transparent;
	margin: 0 auto;
	height: 141px;
	width: 187px;
	position: absolute;
	left: 40%;
	top: 56px;
	background-color:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	border-color: #000000;
	border:2px;
	border-top-style: dotted;
	border-left-style:none;
	border-bottom-style:none;
	border-right-style:dotted;
}

/* this is the GIF inside the logo:*/
#logo-graphics {
	background: transparent;
	position: absolute;
	left: 26px;
	margin-top: -10px;
	z-index:1;
}

/* plain text rules! this is the caption for the logo:*/
#logo-caption {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 54px;
	letter-spacing: -5.5px;
	word-spacing: 32px;
	color: #bebebe;
	font-weight: bold;
	font-style: oblique;
	width: 450px;
	line-height: 1em;
	position: absolute;
	top: 62px;
	left: -109px;
	white-space: nowrap;
	background: transparent;
	border-color: #000000;
	border:2px;
	border-left-style:none;
	border-bottom-style:dotted;
	border-top-style:none;
	border-right-style:none;
}

/* plain text rules! this is the caption for the logo:*/
span#grad02 {
	color: #0055d4;
}

/* plain text rules! this is the caption for the logo:*/
span#grad03 {
	color: #0045ae;
}

/* plain text rules! this is the caption for the logo:*/
span#grad01 {
	color: #2a7fff;
}

/* this is a wrapper for the menu bar. its also a spacer to push the content downwards. therefore the height:*/
div#menu {
	position: relative;
	left: 0;
	top:0px;
	width: 100%;
	height: 190px;
}


/*this is a wrapper for the footer on the bottom of the page*/
div#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
}

/*david: I don't know what this is?*/
.bodybreite {
	margin-top: 0mm;
 	margin-right: 0mm;
 	margin-bottom: 0mm;
 	margin-left: 0mm;
}

a.grosslink:link {font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;font-size: 10pt;color: #000000;text-decoration: none;}
a.grosslink:visited {font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;font-size: 10pt;color: #000000;text-decoration: none;}
a.grosslink:hover {font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;font-size: 10pt;color: #000000;text-decoration: underline; cursor: crosshair}
a.grosslink:active {font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;font-size: 10pt;color: #000000;text-decoration: none;}
a.grosslink:focus {font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;font-size: 10pt;color: #000000;text-decoration: none;}

a.kleinlink:link {font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;font-size: 7pt;color: #000000;text-decoration: none;}
a.kleinlink:visited {font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;font-size: 7pt;color: #000000;text-decoration: none;}
a.kleinlink:hover {font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;font-size: 7pt;color: #000000;text-decoration: underline; cursor: crosshair}
a.kleinlink:active {font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;font-size: 7pt;color: #000000;text-decoration: none;}
a.kleinlink:focus {font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;font-size: 7pt;color: #000000;text-decoration: none;}

a.ext {background: url(/img/external.png) center right no-repeat; padding-right: 13px; }
.ext   { background: url(/img/external.png) center right no-repeat; padding-right: 13px; }

.grossschrift {
 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 10pt;
}

.input {
 font-size: 11px;
 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 color: #000000;
 background-color: #ffffac;
 border:1px solid #0099ff;
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 1px;
 font-weight: bold;
}

.button {
 font-size: 11px;
 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 color: #000000;
 background-color: #ffffac;
 border:1px solid #ffffac;
 border-top-width : 0px;
 border-right-width : 0px;
 border-bottom-width : 0px;
 border-left-width : 0px;
 text-indent : 1px;
 font-weight: bold;
}

.select {
 font-size: 11px;
 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 color: #000000;
 background-color: #ffffac;
 border:1px solid #000000;
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 1px;
 font-weight: bold;
}


.bot{
	text-decoration: none;
	color: FFFFFF;
	font-size: 10px; 
	font-family: verdana,arial;
	font-weight: bold;
}
.bot:hover{color: 000000;}
.bot1{
	color: D56767;
	font-size: 15px;
	font-family: "Times New Roman", verdana, arial;
	font-weight: bold;
	text-decoration: none;
}
.bot1:hover{color: 3B5598;}
.bot2{
	color: D56767;
	font-size: 13px; 
	font-family: Times New Roman,verdana,arial;
}
.bot2:hover{color: 3B5598;}

.leftscreen {
	position:absolute;
	top:180px;
	left:10px;
	right:130px;
	padding:10px;
}

.rightscreen {
	position:absolute;
	top:100px;
	right:10px;
	padding:10px;
	width: 130px;
}

.mainscreen {
	height: 100%;
	width: 100%;
}
.google {
	position: relative;
	bottom: 10px;
	top:50px;
}

TD {
	font-size: 10px;
	FONT-FAMILY: verdana,arial;
	color: 000000;
}

P {
	font-size: 90%;
	FONT-FAMILY: verdana,arial;
	color: 000000;
}
/* Event month header on homepage */
p.box {
	margin-top: 10px;
	margin-left: 50px;  
	margin-right: 50px; 
	border-style: dotted;
	border-color: #bebebe;
	border-width: 0px 2px 2px 0px;
	background-color: #FCFCFC;
	padding: 10px;
}
p.simplesmallfix	{
	font-size: 70%;
	font-family: "lucida console","courier new",arial;
	font-weight: normal;
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 1px 1px;
	background-color: #F6F6F6;
	padding: 10px;
	text-align: left
}

p.ubschrift {
	font-size: 120%;
	font-family: verdana,arial;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 30%;  
	margin-right: 30%;
	border-style: none;
    	border-color: black;
    	border-width: 0px 2px 2px 0px;
	background-color: #F6F6F6;
    	padding: 10px;
	text-align: center;
}
pre.simple {
	font-size: 80%;
	font-family: "lucida console","courier new",arial;
	font-weight: normal;
	border-style: solid;
    	border-color: black;
    	border-width: 1px 1px 1px 1px;
	background-color: #F6F6F6;
    	padding: 10px;
    	text-align: left
}

p.innentext {
	font-size: 90%;
	font-family: verdana,arial;
	margin-top: 10px;
	margin-left: 5%;  
	margin-right: 5%;
	border-style: none;
	background-color: #FCFCFC;
}

.bot1LINK {
	color: #FF6600;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.bot1LINK:hover{
	color: #336699;
	background-color: #CFE2F9;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #CFE2F9;
}

.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	background-color: #FFFFFF;
}

.bot1LINKCopy {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#textfield5  
{
background-color:#eeeeee;
color:#000000;
border:1px solid #000000;
font-size:13px;
width : 150px;
}
#textfield6  
{
background-color:#eeeeee;
color:#000000;
border:1px solid #000000;
font-size:13px;
width : 50px;
}