/**
 * CSS Style Sheet for "v-sh.com"
 *
 * @author Gregor Scheithauer
 * @version 0.1
 *
 * Created on 01. January 2007 00:00
 */

* {
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}

html, body {
	background: url(./back.gif) 50% 0 repeat-y White;
}

#container * {
	text-align: left;
}
	

#container {
	width: 1000px;
	margin: auto;
    text-align: left;
}

	#container #header {
		/* background: url(../image/logo.jpg) 0 0 no-repeat White; */
		background: White;
		height: 90px;
		margin: 30px 30px 0 30px;
		width: 940;
	}
	
		#container #header p {
			float: right;
		}
		
	#container #middle {
		background: url(./title8.jpg) 0px 0px no-repeat #113388;
		height: 220px;
		width: 940px;
		margin: 0 30px 0 30px;
	}
	
		#container #middle h1 {
		    color: White;
		    padding: 30px 30px 30px 30px;
		    text-align: right;
		}
		
	#container #middlesub {
		background: url(./sub8.jpg) 0px 0px no-repeat #113388;
		height: 100px;
		width: 940px;
		margin: 0 30px 0 30px;
	}
		
	#container #navigation {
		background: #113388;
		height: 50px;
		width: 940px;
	    opacity: 0.7; 
	    filter: alpha(opacity=70);
	    margin: -50px 30px 0 30px;
	}
	
		#container #navigation ul {
			opacity:1.0; 
		    filter:alpha(opacity=100);
		}
		
			#container #navigation ul li {
			    float: left;
			    display: block;
				padding: 0px;
				margin: 0px 0px 0px 0px;
			}
			
				#container #navigation ul li a {
				    color: White;
				    float: left;
				    font-size: 18px;
				    display: block;
				    height: 35px;
					padding: 15px 25px 15px 25px;
				}
				
				#container #navigation ul li a:hover {
					background: White;
					color: Black;
					text-decoration: none;
				}

	#container #content {
		margin: 30px 30px 0 30px;
		width: 940px;
	}
		
		#container #content p {
			line-height: 18px;
			margin-bottom: 10px;
			width: 700px;
			text-align: left;
		}
		
		#container #content #sidebar {
			float: right;
			width: 200px;
		}
		
			#container #content #sidebar dl {
				margin-bottom: 20px;
			}
		
				#container #content #sidebar dl dt {
					background: #113388;
					color: White;
					padding: 5px;
					font-weight: bold;
				}
				
				#container #content #sidebar dl dd.text {
					/*background: #EEEEFF;*/
					background: #f6f4f4;
					border: 1px solid #000000;
					border-top: none;
					color: Black;
					line-height: 18px;
					padding: 5px;
				}
				
				#container #content #sidebar dl dd.link {
				}
				
					#container #content #sidebar dl dd a {
						background: #f6f4f4;
						border: 1px solid #000000;
						border-top: none;
						color: #544812;
						padding: 5px;
						display: block;
						font-weight: bold;
					}
					
					#container #content #sidebar dl dd a.sub {
						background: #f6f4f4;
						border: 1px solid #000000;
						border-top: none;
						padding: 5px 5px 5px 15px;
						display: block;
						font-weight: normal;
					}
					
					#container #content #sidebar dl dd a:hover {
						background: #113388;
						color: White;
						text-decoration: none;
					}
					
	#container #content dl {
		width: 200px;
	}
	
		#container #content dl dt {
			background: #113388;
			color: White;
			padding: 5px;
			font-weight: bold;
		}
		
		#container #content dl dd.text {
			/*background: #EEEEFF;*/
			background: #f6f4f4;
			border: 1px solid #000000;
			border-top: none;
			color: Black;
			line-height: 18px;
			padding: 5px;
		}
		
		#container #content dl dd.link {
		}
		
			#container #content dl dd a {
				background: #f6f4f4;
				border: 1px solid #000000;
				border-top: none;
				color: #544812;
				padding: 5px;
				display: block;
			}
			
			#container #content dl dd a.sub {
				background: #f6f4f4;
				border: 1px solid #000000;
				border-top: none;
				padding: 5px 5px 5px 15px;
				display: block;
			}
			
			#container #content dl dd a:hover {
				background: #113388;
				color: White;
				text-decoration: none;
			}
	
a {
	text-decoration: none;
	color: #113388;
}

	a:hover {
		text-decoration: underline;
	}
	
	a img {
		border: none;
	}
	
img {}

	img.border {
		border: 1px solid Gray;
		padding: 3px;
	}

h1 {
	color: #123354;
	clear: both;
	font-family: Georgia;
	font-size: 35px;
	margin: 0 0 20px 0;
}

h2 {
	color: #513F11;
	color: #544812;
	font-family: Georgia;
	font-size: 20px;
	padding: 15px 5px 15px 0px;
}

ul {

}

	ul li {
		font-family: Verdana, Arial;
		font-size: 12px;
		line-height: 18px;
		margin-left: 20px;
	}

strong {
	font-weight: bold;
}

table.form tr td {
	padding: 2px 0 0 2px;
}

table {
	margin-bottom: 15px;
}

	table#form td {
		margin-bottom: 151px;
	}

td {
	padding: 0 30px 0 0;
	text-align: right;
	vertical-align: top;
	
}

fieldset {
	margin-right: 80px;
	margin-bottom: 30px;
	width: 700px;
}
	
legend {
	color: #113388;
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, Arial, 'Times New Roman', Georgia;
}

input.button {
	background: #113388;
	margin: 10px 0;
	padding: 15px;
	border: 1px solid Black;
	color: White;
}

div.box {
	width: 660px; 
	margin: 25px 0; 
	font-size: 16px;
}


.login_label, .login_input, .login_error  {
  padding:10px;
  color:#000;
  text-align:left;
  float:left; 
  width:100px;
  font-size:20px;
  color:#64355A;
}

.login_input {
  width:200px;
}

.login_error {
  width:250px;
  color:#F00;
}

.login_input input {
  width:100%;
}
#login {
  background:#123;
}