/**
 *
 * @copyright 2011 StudCom GmbH
 * @version 2011-06-20
 * @since 1.2
 */
@media all {
	
	a {
		outline: none;
		text-decoration: none;
		color: #4d4d4d;
	}

	a:hover {
		text-decoration:underline;
	}
	a:link, a:visited{
		color:#4d4d4d;
		text-decoration:underline;
	}
	hr {
		margin: 10px 0px;
		border: 0px;
		border-bottom: 1px dotted #D3D3D3;
	}
	
	h1,h2,h3,h4,h5,h6 {
		margin: 5px 0;
	}
	
	p {
		margin: 0 0 15px 0;
		line-height: 1.5em;
		font-size: 13pt;
		text-align: justify;
	}
	table p {
		text-align: center;
	}
	li {
	margin: 0 0 0 15px;
	list-style-position: outside;
	}	


h1 {
    color: #E24E93;
    font-size: 21pt;
    font-variant: small-caps;
    font-weight: normal;
    margin: 20px 0 15px;
    padding: 0;
}
  
  h2 {
    clear: both;
    color: #7DB94D;
    font-size: 18pt;
    font-variant: small-caps;
    font-weight: bold;
    margin: 40px 0 10px;
    padding: 0;
  }
	h3 {
		font-size: 18px;
    clear: both;
    }
	h4 {
		font-size: 13px;
	}
	h5 {
		font-size: 11px;
	}
	h6 {
		font-size: 9px;
	}
	table {
		margin: 10px 0px;
		border-spacing:0px;
	}
	.heading {
		background: #eee;
		border-bottom: 3px #4d4d4d solid;
	}
	td,th {
		padding: 8px 12px;
		text-align: left;
	}
	
	th {
		border-bottom: 2px solid #D3D3D3;
	}
	
	td {
	}

	table .header th{
		background-color: #eee;
	}

	.even{
		border-bottom: 1px solid #D3D3D3;
		background-color: #eee;
	}

	input, textarea {
		background-color: #fff;
		color: #4d4d4d;
		border: 1px solid #c4c4c4;
		padding: 4px 6px;
		margin: 5px;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		
		-webkit-box-shadow: 2px 2px 2px #e2e2e2, inset 2px 2px 2px #e2e2e2;
		-moz-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
		box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5);
		-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5)";
	}

	input[type=file] {
		width: auto;
	}
	input[type=text], input[type=password], textarea {
		width: 200px;
	}

	select  {
		background-color: #fff;
		color: #4d4d4d;
		border: 1px solid #c4c4c4;
		padding: 2px 2px;	
		margin: 5px;
	}
	
	input[type=submit],  input[type=reset] {
		background-color: #eee;
		color: black;
	}	
	
	input[type=checkbox], input[type=radio] {
		margin:0 5px;
		width: auto;
	}
	
	label {
		font-weight:bold;
	}
	
	legend {
		font-weight:bold;
		padding:5px;
		font-size: 12pt;
	}
	fieldset {
		border: 1px solid #AAAAAA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
		padding: 10px;
		margin-bottom: 10px;
	}

	.password {
		background-image:url("/sc_icon/ngi/022/actions/kgpg_key3.png");
		background-repeat:no-repeat;
		background-position:10px 6px;
		padding-left:40px! important;
		font-size:12pt;
		height: 28px;
		line-height: 28px;
		width: 200px;
	}
	
	.username {
		background-image:url("/sc_icon/ngi/022/apps/kdmconfig.png");
		background-position:10px 6px;
		padding-left:40px! important;
		font-size:12pt;
		background-repeat:no-repeat;
		padding-left:30px;
		height: 28px;
		line-height: 28px;
		width: 200px;
	}
	
	blockquote {
		border-right:2px dotted #ccc;
		border-left:2px dotted #ccc;
		padding:10px;
		margin: 10px 0px;
		quotes:"\201C""\201D""\2018""\2019";
		background-color: #eee;
		text-align:center;
	}

	blockquote:before {
		color:#ccc;
		content:open-quote;
		font-family: Berlin Sans FB;
		font-size:6em;
		line-height:.1em;
		margin-right:10px;
		vertical-align:-.5em;
	}

	
	blockquote p {
		display:inline;
	}
	
	pre {
		width: auto;                          /* specify width  */
		white-space: pre-wrap;                 /* CSS3 browsers  */
		white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
		white-space: -pre-wrap;                /* Opera 4 thru 6 */
		white-space: -o-pre-wrap;              /* Opera 7 and up */
		word-wrap: break-word;                 /* IE 5.5+ and up */
		/* overflow-x: auto; */                /* Firefox 2 only */
		/* width: 99%; */		       /* only if needed */
		
		border-left: 2px solid #D3D3D3;
		padding: 10px;
		background-color: #eee;
		
	}	
	
	dt {
		font-weight: bold;
	}
	img {
		border:0 solid;
	}
	input.text {width:150px;}

	div.captcha {
		display: none;
	}
  .GCaption_Container {
	position: relative;
  }
  .GCaption_Text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	white-space: nowrap;
	color: white;
	z-index: 10;
	background: url('/img/theme/transp_black.png');
	font-size: 12px;
	line-height: 14px;
  }
  .generate_caption {
	display: block;
  }
  .sc_button {
	height: 20px;
	width: auto;
	margin: 5px;
  }
  .sc_button a, .sc_button span{
	display: block;
	float: left;
	height: 16px;
 	padding: 2px 5px 2px 10px ;
	 }
  .sc_button a, .sc_buttton:link, .sc_button:visited{
	background: url("/img/theme/sc_button.png")top left no-repeat;
	text-decoration: none;
  }
  .sc_button span{
	background: url("/img/theme/sc_button_r.png")top left no-repeat;
  } 
  .sc_button a:hover, .sc_button a:hover + span {
	background-position: 0 -20px;
  }
  .sitemap {}
  .sitemap ul {}
  .sitemap ul li {list-style-type: none; padding: 5px 0 5px 2px;clear: both;float: left; border-left: 2px gray solid;list-style-position: outside; font-weight: bold;}
  .sitemap ul li a { background:url("/img/theme/sc_button.png") top left no-repeat;padding: 0 5px 0 10px;height: 20px; line-height: 20px;display: block;float: left;text-decoration: none;}
  .sitemap ul li span { background:url("/img/theme/sc_button_r.png") top left no-repeat;display: block;float: left;height: 20px;width: 5px;}
  .sitemap ul li ul li a, .sitemap ul li ul li span {background-position: 0 -20px; }
  .sitemap ul li ul li {padding: 2px 0 2px 20px;margin: 0; border-bottom: 1px gray solid;border-left: 0;font-weight: normal;}
}
.seo span {
	display: block;
	float: left;
	line-height: 35px;
}
.seo span.legend {
	width: 170px;
}

.header {
  font-size: 79px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #7DB94D;
}

.header .lingua {
  color: #E24E93;
}

.header #verlauf {
  height: 47px;
  width: 418px;
  left: 4px;  
  display: inline-block;
  background: url(../img/theme/header_verlauf.png);
}

.header .smallmenu {
  font-weight: normal;
  color: #7DB94D;
}

.header .smallmenu a{
  font-weight: normal;
  color: #7DB94D;
}

.header .subtitle {
  font-size: 23px;
  color: #1a1a1a;
  font-family: Arial, Verdana, sans-serif;
}

u {
  color: #E24E93 !important;
  text-decoration: none;
	font-weight: bold;
}

em{
  color: #7DB94D !important;
  font-style: normal;
	font-weight: bold;
}

.content_left_column ul {
  margin: 5px 0 3px 0;
}

.content_left_column li {
  margin: 0 0 2px 30px;
}