* {
	margin: 0;
	border: 0;
}

html {
	font-size: 62.5%;
}

html>body {
	font-size: 10px;
}

body {
	background: #eeeeee;
	line-height: 1.43em;	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3E3E3E;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	text-align: left;
}

input{
	border: 1px solid black;
}
textarea{
	border: 1px solid darkgray;
}

a{
	text-decoration: none;
	color: #000080;
}

a:hover{
	color: #000000;
	text-decoration:underline;
}

h1{
	font-weight: normal;
	margin: 0.2em 0em 0.3em 0em;
	font-size: 1.6em;
}

h2{
	font-weight: normal;
	font-size: 1.5em;
	margin: 0.5em 0em;
}

h3{
	font-weight: normal;
	font-size: 1.4em;
	margin: 0px 0px;
}

h4{
	font-size: 1em;
	font-weight: normal;
}

h5{
	font-weight: normal;
	font-size: 1.4em;
	margin-top: 20px;
}
p {
	margin-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
}

/* Trennlinie */
hr{
	width: 90%;
	border-top: 0.1em solid #bbbbbb;
}

li{

	font-size: 1.2em;
}


ul{
	padding: 0px;
	list-style-type: circle;
}


table{
	border-collapse: separate;
	border: 0.1em solid #808080;
	width: 100%;
}

.box-info-hr{
	width: 95%;
	margin: 10px 10px;
}

#header-trenner{
	width: 94%;
	margin: 10px 3%;
}

#footer-trenner{
	width: 94%;
	margin: 20px 3%;
}

/*-----------------------------------------*/



.description{
	line-height: 1.6em;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0%;
	margin-top: 1.5em;
	margin-bottom: 2em;
	background: url('../images/background.jpg');
}

#header {
	width: 100%;
	text-align: center;
}

#header-content{
	overflow: hidden;
	margin: 0px 30px;
	margin-top: 2em;
	heigth: 100%;
}

#hauptinformation {
	float: left;
	width: 540px;
	padding: 0%;
}

#hauptinformation-content{
	margin: 0px 30px;
}


#startseite {
	float: left;
	width: 100%;
	padding: 0%;
}

#startseite-content li{
	margin-left: 25px;
	padding: 5px 0px;
}


#startseite-content{
	margin: 0px 30px;
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 20px;
	overflow: hidden;
}

.textarea-putlink{
	width:500px;
	height: 16px;
	border: 1px solid black;
	color: blue;
	padding:3px;
	text-align:center;
}

.textarea-putlink2{
	border: 1px solid black;
	color: blue;
	padding:10px;
	text-align:center;
}

.textarea-code{
	color: black;
	padding: 10px;
	border: 1px solid blue;
}

.startseite-box1{
	float: left;
	width: 250px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-right: 1px solid #808080;
}

.startseite-box2{
	float: left;
	width: 300px;
	margin: 0px 20px;
}

.startseite-box3{
	float: left;
	width: 250px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-left: 1px solid #808080;
}

.startseite-box3 li{
	padding: 2px 0px;
	list-style-type: circle;
}


#sidebar {
	float: right;
	width: 360px;
}

#sidebar li {
	margin: 0px;
}

#sidebar-content {
	margin: 5px 0px 0px 40px;
}


#footer {
	clear: both;
	overflow: hidden;
	width: 100%;
}

#footer-content{
	padding: 0em 5em;
}

/*header-column*/
#header-column1{
	float: left;
	width: 30%;
}

#header-column2{
	float: left;
	width: 40%;
	text-align: center;
	padding-top: 2em;
}

#header-column3{
	float: right;
	width: 28%;
	text-align: right;
}



/* Schriften */
.attention-red{
	font-weight: bold;
	color: red;
}


/*table-translations*/
.table-translations{
	width: 100%;
	line-height: 1.3em;
}

.table-translations thead{
	line-height: 1.6em;
}

.table-translations tbody tr:hover{
	background: #dcdcdc;
}

.table-translations th{
	text-align: center;
	border-bottom: 0.1em solid #999999;
}

.table-translations tbody td{
	padding: 0.2em;
	padding-left: 1em;
	border-bottom: 0.1em dashed #808080;
}

.table-translations tfoot td{
	text-align: right;
	padding: 0.5em;
}


.table-translations-language1{
	width:45%;
	border-right: 1px dashed #808080;
}

.table-translations-language2{
	width:45%;
}

.table-translations-options{
	text-align: right;
	width: 10%;
	padding: 0em;
}

.classic{
}

.classic thead th{
	border-bottom: 0.1em solid #808080;
}

.classic tbody td{
	padding: 3px 5px;
	border-bottom: 0.1em dashed #808080;
}
.classic tbody tr:hover{
	background: #dcdcdc;
}

.classic a{
	display: block;
}
/*---------------------------*/


/*table-example-sentences*/
#table-exampe-sentences{
	width: 100%;
	line-height: 1.3em;
}

#table-exampe-sentences thead{
	line-height: 1.6em;
}

#table-exampe-sentences tbody tr:hover{
	background: #dcdcdc;
}

#table-exampe-sentences th{
	text-align: center;
	border-bottom: 0.1em solid #999999;
}

#table-exampe-sentences tbody td{
	padding: 0.2em;
	padding-left: 1em;
	border-bottom: 0.1em dashed #808080;
}

#table-exampe-sentences tfoot td{
	text-align: right;
	padding: 0.5em;
}


.table-exampe-sentences-language1{
	width: 45%;
	border-right: 1px dashed #808080;
}

.table-exampe-sentences-language2{
	width: 45%;
}

.table-exampe-sentences-options{
	text-align: right;
	width: 10%;
	padding: 0em;
}

/*---------------------------*/


/* Footer */
#footer-content li{
	position: relative; left: -25px;
	letter-spacing: 0.1em;
	background: url(../images/small_icon_crodict.gif) no-repeat;
	list-style-type: none;
	padding: 5px 0px 5px 25px;
}

#footer-content ul{

}

#footer-content h3{
	font-size: 1.2em;
	letter-spacing: 0.2em;
}

#footer-content h3:first-letter{
	font-size: 1.6em;
}

.footer-column{
	width: 21%;
	float: left;
	margin-bottom: 2em;
}

.footer-column2{
	text-align: right;
	width: 16%;
	height: 12em;
	float: left;
	margin-bottom: 2em;
}

.footer-column2 p{
	text-align: right;
	padding-top: 7em;
}

/*---------------------------*/

/*box-info*/
.box-info{

}

.box-info li{
	padding: 0.2em;
	list-style-type: none;
	border-bottom: 0.1em dashed #cccccc;
}

.box-info li:hover{
	background: #dcdcdc;
}

.box-info a{
	display: block;
	font-weight: normal;	
}

.box-info p{
	line-height: 1.4em;
	padding-bottom: 1em;
}

.box-info-suggest{
	text-align:right;
	padding-top: 1em;
}
/*---------------------------*/

#box-synonyme{
	width: 96%;
	border: 1px solid #808080;
	padding: 10px;
}

#box-synonyme hr{
	margin-top: 1em;
	width: 95%;
}

#searchfield{
	width: 300px;
	height: 30px;
	border: 1px solid #808080;
	font-size: 1.8em;
	text-align: center;
	background: #f0f8ff;
}

#searchfield:focus{
	background: #fff0f5;
}

/*Navigation*/
#navigation_list {
	margin-top: 1em;
	list-style-type: none;
	font-size: 10px;
	overflow: hidden;
	align: center;
}

#navigation_list a:hover{
	display: block;
}


#navigation_list li{
	display: block;
	padding: 0em 2em;
	float: left;
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;	
}

/* Suchwort besonders hervorheben */
.search_term{
	font-weight: bold;
}

.werbung_google_1{
	margin-top: 1.3em;
	text-align: center;
}

/* Hinweis Box*/
#hint-box{
	width:100%;
}

#hint-box-table{
	line-height: 1.3em;
	width: 100%;
}

#hint-box-table thead  th{
	text-align: center;
	border-bottom: 0.1em solid #999999;
}

#hint-box-table tbody td{
	padding: 0.2em;
	padding-left: 1em;
	border-bottom: 0.1em dashed #808080;
}

#hint-box-table tbody tr:hover{
	background: #dcdcdc;
}

#hint-box-table tfoot td{
	text-align: right;
	padding: 0.5em;
}

.hint-box-language{
	width: 6em;
	text-align: center;
	border-right: 1px dashed #808080;
}

.hint-box-text{
}


/*Impressum*/
.nutzungsbedingungen-list{
	list-style-type: square;
}

/* Zahlenausgabe */
.zahlenausgabe{
	width: 100%;
	overflow: auto;
}

.zahlenausgabe-content{
	float: left;
	width: 80%;
}

.zahlenausgabe-werbung{
	float: left;
	width: 15%;
	border: 20px solid white;
}


.notfound-liste{
	padding: 20px 30px;
}

.notfound-suggestion{
	padding: 0px 30px;
}


/* Uhrzeitausgabe */
.uhrzeitausgabe{

}

.uhrzeitausgabe td {
	padding: 0px 10px;
	border-bottom: 0.1em dashed #808080;
}

.uhrzeitausgabe th {
	padding: 0px 10px;
	border-bottom: 0.1em solid black;
}

/* Datumausgabe */
.datumausgabe{

}

.datumausgabe td {
	padding: 0px 10px;
	border-bottom: 0.1em dashed #808080;
}

.datumausgabe th {
	padding: 0px 10px;
	border-bottom: 0.1em solid black;
}


.words-left-coloumn{
	float: left;
	width: 80%;	
}

.words-right-coloumn{
	float: left;
	border-left: 15px solid white;
	border-right: 0px solid white;
	width: 18%;
	font-size: 12px;
}


.new-croatian td{
	border-top: solid 1px #c0c0c0;
}

.new-croatian-width{
	width: 25%;
}


.suggestion-field{
	background:white none repeat scroll 0 0;
	border:2px solid #D3D3D3;
	font-size:12pt;
	height:25px;
	text-align:center;
	width:315px;
}


.errorMessage{
	color: red;
}

.contents{

}
.contents li{
	float:left;
	list-style-type: none;
	font-size: 20px;
}

/* PAGER */
/*-------------------------------------------------------------------------------------------*/
ul.yiiPager
{
	font-size:10px;
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
	color: black;
}

ul.yiiPager li
{
	display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	border: 0px;
	font-weight:bold;
	color:#0e509e;
	padding:1px 6px;
	text-decoration:none;
}

ul.yiiPager .page a
{
	font-weight:normal;
}

ul.yiiPager a:hover
{
	color: black;
}

ul.yiiPager .selected a
{
	background:white;
	font-weight:bold;
}
/*-------------------------------------------------------------------------------------------*/